How can I trace an event using Firebug?

后端 未结 5 890
庸人自扰
庸人自扰 2021-01-13 05:43

For instance when I inspect the element, I want to know all events bound to an element..Where can I find these?

5条回答
  •  不思量自难忘°
    2021-01-13 06:03

    I asked a related question a while back, and got this answer:

    You can see the jquery expression in firebug DOM inspector using FireQuery in firefox https://addons.mozilla.org/en-us/firefox/addon/firequery/

    It worked for me!

提交回复
热议问题