Open In App

JQuery deferred.notify() method

This deferred.notify() method in JQuery is used to call the progressCallbacks on a Deferred object with the given parameters.

Syntax:



deferred.notify(params)

Parameters:

Return Value: This method method returns the deferred object.



There are two examples discussed below:


Article Tags :