.dequeue()

In this chapter you will learn:

  1. Syntax and Description for .dequeue()

Syntax and Description

Execute the next function on the queue for the matched elements.

.dequeue([queueName]) queueName (optional) is a string containing the name of the queue. Defaults to fx, the standard effects queue.

Its return value is the jQuery object, for chaining purposes.

When .dequeue() is called, the next function on the queue is removed from the queue.

Next chapter...

What you will learn in the next chapter:

  1. Syntax and Description for .extend()
Home » jQuery » Effect
.animate()
.css() does animation
.clearQueue()
.delay()
.dequeue()
.extend()
.fadeIn()
.fadeOut()
.fadeTo()
.hide()
.queue()
.show()
.slideDown()
.slideToggle()
.slideUp()
.stop()
.toggle()