jQuery.extend()
Merge the contents of two or more objects together into the first object.
Merge the contents of two or more objects together into the first object.
Display the matched elements.
Add handlers to be called when the Deferred object is either resolved or rejected.
Selects all elements that are descendants of a given ancestor.
Check the current matched set of elements against a selector, element, or jQuery object and return true if at least one of these elements matches the given arguments.
Display or hide the matched elements with a sliding motion.
Search for a given element from among the matched elements.
Display the matched elements with a sliding motion.
Determine whether a Deferred object has been resolved.
Resolve a Deferred object and call any doneCallbacks with the given args.
Reject a Deferred object and call any failCallbacks with the given args.
Determine the current state of a Deferred object.
Set a timer to delay execution of subsequent items in the queue.
Determine whether a Deferred object has been rejected.
Add handlers to be called when the Deferred object generates progress notifications.
Show or manipulate the queue of functions to be executed on the matched element.
Get the value of an attribute for the first element in the set of matched elements or set one or more attributes for every matched element.
Create a deep copy of the set of matched elements.
Show or manipulate the queue of functions to be executed on the matched elements.
Reject a Deferred object and call any failCallbacks with the given context and args.