.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.

Home 
  JavaScript Book 
    jQuery  

Effect:
  1. jQuery Effect
  2. .animate()
  3. .css() does animation
  4. .clearQueue()
  5. .delay()
  6. .dequeue()
  7. $.extend()
  8. .fadeIn()
  9. .fadeOut()
  10. .fadeTo()
  11. .hide()
  12. .queue()
  13. .show()
  14. .slideDown()
  15. slideToggle
  16. .slideUp()
  17. .stop()
  18. .toggle()