.dequeue()


.dequeue( [queueName ] )Возвращает: jQuery

Описание: Начинает выполнение следующей функции в очереди.

  • Добавлен в версии: 1.2.dequeue( [queueName ] )

    • queueName
      Тип: String
      A string containing the name of the queue. Defaults to fx, the standard effects queue.

When .dequeue() is called, the next function on the queue is removed from the queue, and then executed. This function should in turn (directly or indirectly) cause .dequeue() to be called, so that the sequence can continue.

Примеры использования