jQuery Callback Methods

You are Here:

jQuery Callback Methods

The following are the list of Callback methods available in jQuery.

MethodExplanation
callbacks.add()Adds a callback or a collection of callbacks to a callback list.
callbacks.disable()Disables a callback list from doing anything more.
callbacks.disabled()Returns whether the callbacks list has been disabled.
callbacks.empty()Removes all of the callbacks from a list.
callbacks.fire()Calls all of the callbacks with the given arguments.
callbacks.fired()Returns whether the callbacks have already been called at least once.
callbacks.fireWith()Calls all callbacks in a list with the given context and arguments.
callbacks.has()Returns whether the callbacks has the specified function.
callbacks.lock()Locks a callback list in its current state.
callbacks.locked()Returns whether the callbacks list has been locked.
callbacks.remove()Removes a callback or a collection of callbacks from a callback list.

Reminder

Hi Developers, we almost covered 99.5% of jQuery Tutorials with examples for quick and easy learning.

We are working to cover every Single Concept in jQuery.

Please do google search for:

Join Our Channel

Join our telegram channel to get an instant update on depreciation and new features on HTML, CSS, JavaScript, jQuery, Node.js, PHP and Python.

This channel is primarily useful for Full Stack Web Developer.

Share this Page

Meet the Author