deferred.pipe()
Utility method to filter and/or chain Deferreds.
Utility method to filter and/or chain Deferreds.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Determine the internal JavaScript [[Class]] of an object.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Escapes any character that has a special meaning in a CSS selector.
Bind an event handler to the “click” JavaScript event, or trigger that event on an element.
Check to see if an object is a plain object (created using “{}” or “new Object”).
Call all callbacks in a list with the given context and arguments.
The rate (in milliseconds) at which animations fire.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Wrap an HTML structure around the content of each element in the set of matched elements.
Sorts an array of DOM elements, in place, with the duplicates removed. Note that this only works on arrays of DOM elements, not strings or numbers.
Get the children of each element in the set of matched elements, optionally filtered by a selector.
Search for a specified value within an array and return its index (or -1 if not found).
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.