How can I access an elements event handler's with jQuery.
The following link seems to indicate that you could previously access them via $(element).data('events')
Accessing functions bound to event handlers with jQuery
But this method doesn't seem to work anymore.