Easy Tutorial
❮ Html Html Html Addclass ❯

jQuery deferred.notifyWith() Method

jQuery Miscellaneous Methods


Definition and Usage

The deferred.notifyWith() function is used to call the progressCallbacks that are in progress on the deferred object with the given context and arguments.

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


Syntax

Parameter Description
context Object type, passed as the this object to the in-progress callbacks
args Object type, optional arguments passed to the in-progress callbacks

jQuery Miscellaneous Methods

❮ Html Html Html Addclass ❯