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.
Insert content, specified by the parameter, after each element in the set of matched elements.
Display the matched elements by fading them to opaque.
Select the element at index n within the matched set.
Hide the matched elements by fading them to transparent.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Selects all elements that are enabled.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Relinquish jQuery’s control of the $ variable.
Attach a handler to one or more events for all elements that match the selector, now or in the future, based on a specific set of root elements.
Creates a new copy of jQuery whose properties and methods can be modified without affecting the original jQuery object.
Display or hide the matched elements with a sliding motion.
Utility method to filter and/or chain Deferreds.
Bind an event handler to the “keypress” event, or trigger that event on an element.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Select all elements that have no children (including text nodes).
Selects all elements that are disabled.
Selects all elements that are descendants of a given ancestor.
Takes a function and returns a new one that will always have a particular context.
Remove elements from the set of matched elements.