deferred.notifyWith()
Call the progressCallbacks on a Deferred object with the given context and args.
Call the progressCallbacks on a Deferred object with the given context and args.
Add handlers to be called when the Deferred object generates progress notifications.
Remove the whitespace from the beginning and end of a string.
Reject a Deferred object and call any failCallbacks with the given context and args.
Reject a Deferred object and call any failCallbacks with the given args.
Return a Deferred’s Promise object.
Call the progressCallbacks on a Deferred object with the given args.
Takes a well-formed JSON string and returns the resulting JavaScript value.
Determines whether its argument represents a JavaScript number.
Wrap an HTML structure around the content of each element in the set of matched elements.
Holds or releases the execution of jQuery’s ready event.
Check to see if an object is a plain object (created using “{}” or “new Object”).
Select all elements that contain the specified text.
Bind an event handler to the “dblclick” JavaScript event, or trigger that event on an element.
Merge the contents of two arrays together into the first array.
Resolve a Deferred object and call any doneCallbacks with the given args.