.unbind()
Remove a previously-attached event handler from the elements.
Remove a previously-attached event handler from the elements.
Translate all items in an array or object to new array of items.
Get the current coordinates of the first element, or set the coordinates of every element, in the set of matched elements, relative to the document.
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Specify a function to execute when the DOM is fully loaded.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Store arbitrary data associated with the matched elements or return the value at the named data store for the first element in the set of matched elements.
Adds the specified class(es) to each element in the set of matched elements.
Bind an event handler to the “mousemove” JavaScript event, or trigger that event on an element.
Create a deep copy of the set of matched elements.
Attach an event handler for all elements which match the current selector, now and in the future.
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.
A multi-purpose callbacks list object that provides a powerful way to manage callback lists.
Remove elements from the set of matched elements.
Bind an event handler to the “change” JavaScript event, or trigger that event on an element.
A factory function that returns a chainable utility object with methods to register multiple callbacks into callback queues, invoke callback queues, and relay the success or failure state of any synchronous or asynchronous function.
Show or manipulate the queue of functions to be executed on the matched elements.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Insert every element in the set of matched elements to the end of the target.
Bind an event handler to the “submit” JavaScript event, or trigger that event on an element.