Determine whether a Deferred object has been resolved. This API is deprecated as of
Call the progressCallbacks on a Deferred object with the given context and args. Normally
Provides a way to execute callback functions based on one or more objects, usually Deferred objects that
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
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
Reject a Deferred object and call any failCallbacks with the given context and args.
Add handlers to be called when the Deferred object is rejected. The deferred.fail()
Determine the current state of a Deferred object. The deferred.state() method returns a string representing
Page 1 of 2