jQuery Reference Manual - Queue Control
jQuery Queue Control Functions
Function | Description |
---|---|
.clearQueue() | Remove all unexecuted items from the queue. |
.dequeue() | Remove a queue function from the front of the queue and execute it. |
jQuery.dequeue() | Remove a queue function from the front of the queue and execute it. |
.queue() | Display or operate the queue of functions executed for matching elements. |
jQuery.queue() | Display or operate the queue of functions executed for matching elements. |
See Also
Tutorial:jQuery Element Selector Syntax