.dequeue()
Execute the next function on the queue for the matched elements.
Syntax
.dequeue([queueName])
Parameters
queueName (optional)
- A string containing the name of the queue. Defaults to fx, the standard effects queue
Return value
The jQuery object, for chaining purposes.
Description
When .dequeue() is called, the next function on the queue is removed from the queue.