jQuery Reference Manual - Queue Control
jQuery queue control functions
Function | Description |
---|---|
.clearQueue() | Delete 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