.next()
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.
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.
Selects all elements that are the nth-child of their parent.
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.
Selects all elements that are the nth-child of their parent, counting from the last element to the first.
Selects the combined results of all the specified selectors.
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.
The DOM element that initiated the event.
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 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.
Reduce the set of matched elements to those that match the selector or pass the function’s test.
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.