I\'m creating a fork of the textchange jQuery plugin, which uses the jQuery.event.special API to create its own custom events (textchange, ha
Although it is true that there hasn't been any Official documentation on the jQuery.event.special there is a beta tutorial (as of March 19 2013) documentation at learn.jquery.com since jQuery 1.7.
For anyone following older jQuery(prior to 1.7) should find it as Ben Alman's article.
Side Note: Ben Alman's article is also mentioned in the official tutorial.