event.preventDefault()
If this method is called, the default action of the event will not be triggered.
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.
The DOM element that initiated the event.
Bind an event handler to the “keypress” event, or trigger that event on an element.
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.
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.
Sorts a jQuery object of DOM elements, in place, with the duplicates removed. Note that this only works on jQuery objects consisting of DOM elements, not strings or numbers.
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.