Issue
I can add or remove an event handler for a DOM node. Is it possible to find out all the registered events handlers of a given DOM node? I am referring to straight Javascript meaning no frameworks or toolkits like jQuery, dojo, Prototype, GWT, etc. If the answer is no, any reason why? Security issues?
Solution
I know this is an old question, but just in case, for chrome you can use getEventListeners
as mentioned here:
https://stackoverflow.com/a/17466308/538752
Answered By - roy riojas Answer Checked By - Marie Seifert (PHPFixing Admin)
0 Comments:
Post a Comment
Note: Only a member of this blog may post a comment.