jQuery.Callbacks()
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Remove a previously-attached event handler from the elements.
Attach a handler to an event for the elements.
Lock a callback list in its current state.
Search for a given element from among the matched elements.
Remove a callback or a collection of callbacks from a callback list.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Call all of the callbacks with the given arguments.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Determine if the callbacks have already been called at least once.
Retrieve the DOM elements matched by the jQuery object.
Insert every element in the set of matched elements after the target.
Add a callback or a collection of callbacks to a callback list.
Insert every element in the set of matched elements before the target.
Remove an event handler.
Remove event handlers previously attached using .live() from the elements.
Add or remove one or more classes from each element in the set of matched elements, depending on either the class’s presence or the value of the state argument.