Reputation: 85775
I remember there use to be a site that if you loaded up over your own site it would should all the jQuery bound events that existed on each item.
Does anyone know if this site still exists? Or if something better has come out can you point me to it.
Upvotes: 3
Views: 1101
Reputation: 42036
There is Visual Event that does that for all events/libraries (not just jQuery) and works in every browser. Otherwise you can use the Firefox extension FireQuery that plugs into Firebug to add jQuery-specific debug info to the DOM tab.
Upvotes: 3