jQuery

Instance; event; performance; mobile; foundation

dequeue

英[dɪk'ju: ] 美[dɪk'ju:]

v.Out of the queue

jquery jQuery.dequeue() method syntax

Function:The dequeue() method executes the next function in the sequence for the matching element. This is a low-level method; using .dequeue() is more convenient.

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.

jquery jQuery.dequeue() method example

     
Run instance »

Click the "Run instance" button to view the online instance