.nextAll()
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
Get all following siblings of each element in the set of matched elements, optionally filtered by a selector.
If this method is called, the default action of the event will not be triggered.
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 immediately following sibling of each element in the set of matched elements. If a selector is provided, it retrieves the next sibling only if it matches that selector.
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.
Load data from the server and place the returned HTML into the matched elements.
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.
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 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.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
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.
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.