Find attached / bound events of an element using Chrome Development Tools / Firebug / IE Developer Toolbar

后端 未结 6 1238
暗喜
暗喜 2020-12-01 01:17

When inspecting a page\'s DOM, I would like to know the attached event(s) of an element quickly

For example, if a button has this HTML DOM

6条回答
  •  温柔的废话
    2020-12-01 02:09

    FireQuery - http://firequery.binaryage.com/ lets you see events bound to elements and drill into them

提交回复
热议问题