.finish()
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Selects all elements.
Selects all elements with the given class.
Get the current computed inner height (including padding but not border) for the first element in the set of matched elements or set the inner height of every matched element.
Get the current computed inner width (including padding but not border) for the first element in the set of matched elements or set the inner width of every matched element.
Display the matched elements with a sliding motion.
Selects all elements that are the nth-child of their parent.
Get the current computed outer height (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer height of every matched element.
Get the current computed outer width (including padding, border, and optionally margin) for the first element in the set of matched elements or set the outer width of every matched element.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Selects all sibling elements that follow after the “prev” element, have the same parent, and match the filtering “siblings” selector.
Selects all the elements that are the nth-child of their parent in relation to siblings with the same element name, counting from the last element to the first.
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.
Selects a single element with the given id attribute.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Iterate over a jQuery object, executing a function for each matched element.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Selects all elements that have no siblings with the same element name.