.closest()
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
For each element in the set, get the first element that matches the selector by testing the element itself and traversing up through its ancestors in the DOM tree.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Return a collection of matched elements either found in the DOM based on passed argument(s) or created by passing an HTML string.
Store arbitrary data associated with the specified element and/or return the value that was set.
Load data from the server using a HTTP GET request.
Attach a handler to an event for the elements.
Load JSON-encoded data from the server using a GET HTTP request.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Bind an event handler to the “mouseout” JavaScript event, or trigger that event on an element.
Reduce the set of matched elements to the one at the specified index.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.
Selects all next elements matching “next” that are immediately preceded by a sibling “prev”.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Bind an event handler to be fired when the mouse leaves an element, or trigger that handler on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Selects all elements that are enabled.
Returns whether event.stopImmediatePropagation() was ever called on this event object.
Returns whether event.stopPropagation() was ever called on this event object.
Remove all child nodes of the set of matched elements from the DOM.
Selects all elements that do not match the given selector.