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.
Creates an object that handles the actual transmission of Ajax data.
Remove an event handler.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Get the value of a computed style property for the first element in the set of matched elements or set one or more CSS properties for every matched element.
Bind an event handler to the “mousedown” event, or trigger that event on an element.
Execute all handlers and behaviors attached to the matched elements for the given event type.
Bind an event handler to the “submit” event, or trigger that event on an element.
Display or hide the matched elements.
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.
Merge the contents of two or more objects together into the first object.
Specify a function to execute when the DOM is fully loaded.
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.
Insert every element in the set of matched elements to the beginning of the target.
Insert every element in the set of matched elements before the target.
Insert every element in the set of matched elements to the end of the target.
Display or hide the matched elements by animating their opacity.
Bind an event handler to the “mouseover” event, or trigger that event on an element.
Add handlers to be called when the Deferred object is resolved.
Relinquish jQuery’s control of the $ variable.