.promise()
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Remove an attribute from each element in the set of matched elements.
Selects elements which contain at least one element that matches the specified selector.
Reduce the set of matched elements to the final one in the set.
Remove a previously-stored piece of data.
Reduce the set of matched elements to those that have a descendant that matches the selector or DOM element.
Reduce the set of matched elements to the first in the set.
Selects the first matched DOM element.
Select all elements that have at least one child node (either an element or text).
The difference in milliseconds between the time the browser created the event and January 1, 1970.
The DOM element that initiated the event.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Get the current coordinates of the first element in the set of matched elements, relative to the offset parent.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector.
Selects all elements that are the first child of their parent.
Selects all elements that are the only child of their parent.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Selects all button elements and elements of type button.
Execute the next function on the queue for the matched element.
Retrieve all the elements contained in the jQuery set, as an array.