Interface for the JQuery callback
Add a callback or a collection of callbacks to a callback list.
A function, or array of functions, that are to be added to the callback list.
Add a callback or a collection of callbacks to a callback list.
A function, or array of functions, that are to be added to the callback list.
Disable a callback list from doing anything more.
Determine if the callbacks list has been disabled.
boolean
Remove all of the callbacks from a list.
Call all of the callbacks with the given arguments
The argument or list of arguments to pass back to the callback list.
Call all callbacks in a list with the given context and arguments.
A reference to the context in which the callbacks in the list should be fired.
Determine if the callbacks have already been called at least once.
boolean
Determine whether a supplied callback is in a list
The callback to search for.
boolean
Lock a callback list in its current state.
Determine if the callbacks list has been locked.
boolean
Remove a callback or a collection of callbacks from a callback list.
A function, or array of functions, that are to be removed from the callback list.
Remove a callback or a collection of callbacks from a callback list.
A function, or array of functions, that are to be removed from the callback list.