When inspecting a page\'s DOM, I would like to know the attached event(s) of an element quickly
For example, if a button has this HTML DOM
With the Chrome inspector select the element in the "Elements" tab and then from the "Console" tab you can see the events attached to the element with getEventListeners($0);.
getEventListeners($0);