Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I trace an event using Firebug?

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

like image 461
Manish Basdeo Avatar asked Aug 19 '11 13:08

Manish Basdeo


1 Answers

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!

like image 68
Konerak Avatar answered Oct 03 '22 23:10

Konerak