Mon, 08/18/2008 - 20:05 — jarmes
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');
This plugin has been tested with JQuery 1.2.6.
Add new comment