Show which events are related to it?

I remember that a site is used there, which, if you loaded your own site, would have to have all the jquery-related events that existed on each element.

Does anyone know if this site exists? Or, if something worked better, you can point me to that.

thank

+3
source share
1 answer

There is a Visual Event that does this for all events / libraries (not just jQuery) and works in every browser. Otherwise, you can use the Firefox FireQuery extension , which connects to Firebug, to add jQuery-specific debugging information to the DOM tab.

+3

All Articles