0

Is there a way to list all eventhandlers which are bound to an event type?

xetra11
  • 7,671
  • 14
  • 84
  • 159
  • I liked your question, I tried some searching and found out these two questions [jQuery find events handlers registered with an object](http://stackoverflow.com/questions/2518421/jquery-find-events-handlers-registered-with-an-object) , [How to debug JavaScript/jQuery event bindings with Firebug or similar tool](http://stackoverflow.com/questions/570960/how-to-debug-javascript-jquery-event-bindings-with-firebug-or-similar-tool) You may get some help reading these posts. – Gopal Yadav Jul 01 '16 at 12:06
  • __unclear what you're asking__ – Rayon Jul 01 '16 at 12:26
  • Its not about regular event binding on elements where I could get the events by $(".stuff")._data("events") - I'm about to check what events are bound to keys. Another way to ask this question is: "is there a way to list all eventhandlers which are bound to an event type" – xetra11 Jul 01 '16 at 13:10

0 Answers0