.closest()
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.
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.
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.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
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.
Hide the matched elements by fading them to transparent.
Specify a function to execute when the DOM is fully loaded.
Display the matched elements with a sliding motion.
Display the matched elements by fading them to opaque.
Takes a function and returns a new one that will always have a particular context.
Display the matched elements.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Search for a given element from among the matched elements.
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.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Get the children of each element in the set of matched elements, including text and comment nodes.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Hide the matched elements with a sliding motion.
Insert every element in the set of matched elements to the end of the target.
Insert every element in the set of matched elements before the target.