special event configuration
I would like to request that the special event setup function calls
get passed the data parameter as a means to configuring the special
event. The change would be made on line 1883 of 1.2.6:
... jQuery.event.special[type].setup.call(elem) ...
would become
... jQuery.event.special[type].setup.call(elem,data) ...
http://dev.jquery.com/ticket/3112