Answer the question
In order to leave comments, you need to log in
How to find event handlers on an element?
There is a generated page, how to find out which handlers and in which files are hung on a certain element using firebug (firefox) or google Chrome?
Answer the question
In order to leave comments, you need to log in
In Chrome Dev Tools, select the element you need and go to the Event Listeners tab (sidebar in the Elements tab).
There is a cool Visual Event plugin for chrome. There are similar ones for other browsers as well. You click, point the arrow at the desired element and it shows you all the event handlers on this element.
In firefox, in the inspector, you select an element and the "ev" button appears on the right. Sometimes it helps a lot and even when Chrome Dev Tools -> Event Listeners is powerless.
FireBug has an Events tab that displays a list of all handlers associated with the selected item.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question