jQuery .dequeue()
Learn all about the jQuery function .dequeue().
When .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 .dequeue()
to be called, so that the sequence can continue.