Reputation: 321
Is there a way for the tool to list the javascript/jquery functions that attach to element events?
Upvotes: 1
Views: 27
Reputation: 42480
Yes, Firefox 33 and later does support this.
In the HTML Pane of the dev tools, you will see an icon ev next to elements that have event handlers bound to them:
Clicking this icon shows you a list of all event handlers bound to the element:
Upvotes: 1