:nth-last-child() Selector
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.
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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Retrieve the DOM elements matched by the jQuery object.
Remove the set of matched elements from the DOM.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Get all preceding siblings of each element in the set of matched elements, optionally filtered by a selector, in the reverse document order.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
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.
Display the matched elements by fading them to opaque.
Get the ancestors of each element in the current set of matched elements, optionally filtered by a selector.
The DOM element that initiated the event.
Get the value of a property for the first element in the set of matched elements or set one or more properties for 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.
Selects all elements.
Encode a set of form elements as an array of names and values.
Display the matched elements with a sliding motion.