dequeue
UK [dɪk'ju:] US [dɪk'ju:]
v.Dequeue
jquery dequeue() method syntax
Function:The dequeue() method executes the next function in the sequence for the matching element.
Syntax:.dequeue(queueName)
Parameters:
Parameter | Description |
queueName | Optional. String value containing the name of the sequence. The default is fx, the standard effects sequence. |
Description:When .dequeue() is called, the next function is removed from the sequence and then executed. This function in turn triggers (directly or indirectly) a call to .dequeue() so that the sequence can continue.