.clone()
Create a deep copy of the set of matched elements.
Create a deep copy of the set of matched elements.
Finds the elements of an array which satisfy a filter function. The original array is not affected.
Determine whether an element has any jQuery data associated with it.
Sorts an array or an array-like object of DOM elements, in place, with the duplicates removed. Note that this only works on arrays/array-likes of DOM elements, not strings or numbers.
Lock a callback list in its current state.
Selects all elements that are visible.
Globally disable all animations.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Bind an event handler to the “change” event, or trigger that event on an element.
Selects all elements of type checkbox.
Remove from the queue all items that have not yet been run.
Bind an event handler to the “click” event, or trigger that event on an element.
Determine whether the argument is a window.
Determines if its argument is callable as a function.
Selects all direct child elements specified by “child” of elements specified by “parent”.
Search for a specified value within an array and return its index (or -1 if not found).
Determine whether the argument is an array.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.