.show()
Display the matched elements.
Display the matched elements.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Bind an event handler to the “resize” 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 be fired when the mouse enters an element, or trigger that handler on an element.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Show or manipulate the queue of functions to be executed on the matched element.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
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.
Get the current value of the first element in the set of matched elements or set the value of every matched element.
Bind an event handler to the “mouseup” JavaScript event, or trigger that event on an element.
Bind an event handler to the “unload” JavaScript event.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Bind an event handler to the “scroll” JavaScript event, or trigger that event on an element.
Stop the currently-running animation on the matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Bind an event handler to the “mouseover” JavaScript event, or trigger that event on an element.