Provides a way to execute callback functions based on one or more objects, usually Deferred objects that
Call the progressCallbacks on a Deferred object with the given context and args. Normally
Determine whether a Deferred object has been resolved. This API is deprecated as of
Call the progressCallbacks on a Deferred object with the given args. Normally, only
Return a Deferred's Promise object. The deferred.promise() method allows an asynchronous
Add handlers to be called when the Deferred object is resolved. The deferred.done()
Utility method to filter and/or chain Deferreds. Deprecation Notice:As of jQuery
Add handlers to be called when the Deferred object is rejected. The deferred.fail()
Resolve a Deferred object and call any doneCallbacks with the given args. Normally
Determine the current state of a Deferred object. The deferred.state() method returns a string representing
Page 1 of 2