Version 1.7
-
deferred.notify()
Call the progressCallbacks on a Deferred object with the given
args
. -
deferred.notifyWith()
Call the progressCallbacks on a Deferred object with the given context and
args
. -
deferred.pipe()
Utility method to filter and/or chain Deferreds.
-
deferred.progress()
Add handlers to be called when the Deferred object generates progress notifications.
-
deferred.state()
Determine the current state of a Deferred object.
-
deferred.then()
Add handlers to be called when the Deferred object is resolved or rejected.
-
.is()
Check the current matched set of elements against a selector, element, or jQuery object and return
true
if at least one of these elements matches the given arguments. -
jQuery.isNumeric()
Determines whether its argument is a number.
-
.off()
Remove an event handler.
-
.on()
Attach an event handler function for one or more events to the selected elements.
-
.removeData()
Remove a previously-stored piece of data.
-
.stop()
Stop the currently-running animation on the matched elements.