Given an element, is there any way to tell with Javascript/jQuery whether there are any click events on that element?
I mean ANY click events. If clicking it would cause ANY code to execute, I want to know about it.
Is this possible?
It must be, if Firebug and Chrome Dev Tools can see all the event listeners tied to an object...