Today I released my first plugin for Jquery, hasEvent. This plugin takes a string and returns true if the element contains an action on that event.
Usage:$('#element_id').hasEvent('click');
$('#element_id').hasEvent('click');