jQuery.when()
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Provides a way to execute callback functions based on zero or more Thenable objects, usually Deferred objects that represent asynchronous events.
Parses a string into an array of DOM nodes.
Select the element at index n within the matched set.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Bind an event handler to the “dblclick” event, or trigger that event on an element.
Remove a single class, multiple classes, or all classes from each element in the set of matched elements.
Remove an event handler.
Load a JavaScript file from the server using a GET HTTP request, then execute it.
Bind an event handler to the “select” event, or trigger that event on an element.
Get the current computed width for the first element in the set of matched elements or set the width of every matched element.
Remove a handler from the event for all elements which match the current selector, based upon a specific set of root elements.
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.
Get the descendants of each element in the current set of matched elements, filtered by a selector, jQuery object, or element.
Wrap an HTML structure around each element in the set of matched elements.
Send data to the server using a HTTP POST request.
Lock a callback list in its current state.
Bind an event handler to the “change” event, or trigger that event on an element.
Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.
Bind an event handler to the “unload” event, or trigger that event on an element.