Duplicate:
How to find event listeners on a DOM node?
How to debug Javascript/jQuery event bindings with FireBug (or similar tool)
I am using Firebug to inspect HTML codes and CSS. I need to find what are the events and the handlers associated to an element.
Using the Inspect button, I can see all the CSS, but can't find the event handlers.