From delicious.com
Brandon Aaron : jQuery Edge: New Special Event Hooks
In jQuery 1.3.3 there are two new special event hooks: add and remove. These two hooks, unlike setup and teardown, are called for each event being bound. The add hook receives the handler, data, and namespaces as arguments. The remove hook receives the data and namespaces as arguments. The add and remove hooks enable the creation of more complex, even customizable, events.
1 year ago
