Is there any way to see what events are bound to an element with jQuery?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
If you are using Safari or Chrome, you can open up the OR to do this via code:
|
|||||||||||||
|
|
If you don't need this in script, you can check that element in any DOM inspection tool like Firebug and see all events. |
|||||||||||
|