javascript - Where is the documentation for the "jQuery.event.special" API (for custom events)? -
javascript - Where is the documentation for the "jQuery.event.special" API (for custom events)? -
i'm creating fork of textchange
jquery plugin, uses jquery.event.special
api create own custom events (textchange
, hastext
, , notext
).
i'm going crazy trying find documentation $.event.special
api! i've searched jquery's site , found nil mentions special
functionality. i've found several blogs talk api , reference a link it, page not talk @ all.
can please point me toward documentation "special" api? i'm interested in jquery's documentation, because want know "official" source of api.
update:i looked @ jquery's source, , utilize $.event.special
api events (including ready
, hover
), it's not obsolete thought.
http://benalman.com/news/2010/03/jquery-special-events/
the site seems documented , should have should ever need know jquery special events.
javascript jquery-plugins jquery
Comments
Post a Comment