A repository of over 1000 quality jQuery plugins

jQuery jQuery.dequeue()

Learn all about the jQuery function jQuery.dequeue().

Note: This is a low-level method, you should probably use .dequeue() instead.

When jQuery.dequeue() is called, the next function on the queue is removed from the queue, and then executed. This function should in turn (directly or indirectly) cause jQuery.dequeue() to be called, so that the sequence can continue.