Easy Tutorial
❮ Jquery Plugin Validate Eff Queue ❯

jQuery deferred.notify() Method

jQuery Miscellaneous Methods


Definition and Usage

The deferred.notify() function is used to call the progressCallbacks that are in progress on the deferred object with the specified arguments.

Note: 1. Typically, only the creator of the deferred object can call this method.


Syntax

Parameter Description
args Object type, optional parameter. Passed to the in-progress callbacks.

jQuery Miscellaneous Methods

❮ Jquery Plugin Validate Eff Queue ❯