jquery - what events are bound? -


Any way to see if the elements are bound to an element with jQuery?

If you are using Safari or Chrome, you can use developer tools Can open and inspect the element glass). In the Event Shorers tab on the right side, you will tell the elements, along with their actions and locations, that element.

Or to do this through code:

. Data ('events') to
  $ ('selector'); // get console.dir ($ ('selector'). Data ('events')); // Display in Firefox Firebug or WebKit Developer Tools  

Comments