Easy Tutorial
❮ Jquery Ref Misc Html Text ❯

jQuery deferred.progress() Method

jQuery Miscellaneous Methods


Definition and Usage

The deferred.progress() function adds handlers to be called when the Deferred object generates progress notifications.

Note: The progressCallbacks are invoked when the deferred object is notified using notify or notifyWith. Since deferred.progress() returns the deferred object, other deferred object methods can be chained to it. Progress callback functions will not be invoked once the deferred object is resolved or rejected.


Syntax

Parameter Description
progressCallbacks Function type A function or array of functions to be called when the Deferred object generates progress notifications.

jQuery Miscellaneous Methods

❮ Jquery Ref Misc Html Text ❯