18
Aug

JQuery hasEvent Version 1.0.0 Released

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.

Subscribe to RSS - JQuery