deferred.then()
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress.
Adjust the opacity of the matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Send data to the server using a HTTP POST request.
Get the immediately preceding sibling of each element in the set of matched elements. If a selector is provided, it retrieves the previous sibling only if it matches that selector.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Attach a handler to an event for the elements. The handler is executed at most once per element per event type.
Remove an event handler.
Insert every element in the set of matched elements before the target.
Display the matched elements.
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Insert every element in the set of matched elements after the target.
Search for a given element from among the matched elements.
Create a new jQuery object with elements added to the set of matched elements.
Insert every element in the set of matched elements to the end of the target.
Hide the matched elements with a sliding motion.
Merge the contents of two or more objects together into the first object.
Load JSON-encoded data from the server using a GET HTTP request.
Display or hide the matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.