: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.
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.
Load data from the server and place the returned HTML into the matched elements.
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 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.
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 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.
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.