.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.
Holds or releases the execution of jQuery’s ready event.
Modify and filter HTML strings passed through jQuery manipulation methods.
Bind two or more handlers to the matched elements, to be executed on alternate clicks.
Store arbitrary data associated with the specified element and/or return the value that was set.
Selects elements that have the specified attribute with a value beginning exactly with a given string.
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.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Call all callbacks in a list with the given context and arguments.
Call all of the callbacks with the given arguments.
Get the children of each element in the set of matched elements, including text and comment nodes.