I still can\'t belive this is not possible but is there a way to loop through the dom and see all event handlers attached using \'addEventListener\'. This post and many othe
use the following function to fetch the json of registered events;
getEventListeners(node_name); where node_name can be an element name or its id.
getEventListeners(node_name);
node_name