Possible Duplicates:
How to debug Javascript/jQuery event bindings with FireBug (or similar tool)
How to find event listeners on a DOM node when debugging or from the JavaScript code?
How to trace JavaScript events like onclick onblur?
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.