:nth-last-of-type() 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.
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.
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.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
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 value of a property for the first element in the set of matched elements or set one or more properties for every matched element.
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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.
For key or mouse events, this property indicates the specific key or button that was pressed.
Display the matched elements by fading them to opaque.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
The DOM element that initiated the event.
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.
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.
Selects all elements.
Get the siblings of each element in the set of matched elements, optionally filtered by a selector.
Display the matched elements with a sliding motion.