Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
You want to provide certain behaviors to an element when it’s bound to an event.
Use jQuery.event.special to do this. This feature requires an object with, at least, a function that will be called each time your event is bound for the time on each element and another function to clean up what you did in the first place.