Is there a way to see helpful information regarding event listeners in chrome/firefox developer tools?

62 Views Asked by At

Since I am binding to a click event with jQuery, it is really hard to figure out where that code is in my application.

The event listeners panel in chrome looks like this:

chrome inspect event listeners panel

However, when clicking on the definition, I am taken to jquery. There is no way to figure out which function was sent to jQuery, even if I blackbox the jquery script.

chrome registered function in listeners panel

In firefox developer edition is see something similar:

firefox listeners panel

0

There are 0 best solutions below