Resolve a Deferred object and call any doneCallbacks with the given args. Normally
Return a Promise object to observe when all actions of a certain type bound to the collection, queued or not, have finished.
Reject a Deferred object and call any failCallbacks with the given args. Normally,
Resolve a Deferred object and call any doneCallbacks with the given context and args.
Determine whether a Deferred object has been rejected. As of jQuery 1.7 this API has been deprecated;
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
Add handlers to be called when the Deferred object is resolved, rejected, or still in progress. Prior
Add handlers to be called when the Deferred object is either resolved or rejected. The argument
Add handlers to be called when the Deferred object generates progress notifications. The deferred
Page 2 of 2