Easy Tutorial
❮ Sel Input Submit Misc_Each ❯

jQuery delay() Method

jQuery Effects Methods

Example

Set delays for different <div> elements:


Definition and Usage

The delay() method sets a delay for the next item in the queue.


Syntax

Parameter Description
speed Optional. Specifies the speed of the delay. Possible values: milliseconds<br> "slow"<br> "fast"
queueName Optional. Specifies the name of the queue.<br><br>Default is "fx", the standard effects queue.

Try it - Example

delay() and animate()


jQuery Effects Methods

❮ Sel Input Submit Misc_Each ❯