.clearQueue()

Syntax and Description

.clearQueue([queueName])

removes from the queue all items that have not yet been run.

queueName (optional)

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.

Home »
  Javascript Tutorial »
    jQuery Reference »
      Effect
Javascript Tutorial Effect
.animate()
.css() does animation
.clearQueue()
.delay()
.dequeue()
.extend()
.fadeIn()
.fadeOut()
.fadeTo()
.hide()
.queue()
.show()
.slideDown()
.slideToggle()
.slideUp()
.stop()
.toggle()