:nth-child() Selector
Selects all elements that are the nth-child of their parent.
Selects all elements that are the nth-child of their parent.
Load data from the server and place the returned HTML into the matched elements.
The DOM element that initiated the event.
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.
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.
End the most recent filtering operation in the current chain and return the set of matched elements to its previous state.
Selects the combined results of all the specified selectors.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.
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.
Bind an event handler to the “keypress” JavaScript event, or trigger that event on an element.
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 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.
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.
Get the parent of each element in the current set of matched elements, optionally filtered by a selector.
Display the matched elements by fading them to opaque.