jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery delay() Method

jQuery delay() Method

 

 

The delay() method is used to set a timer to delay the execution of the next item in the queue.

 

Syntax:-

 

Its syntax is:- $(selector).delay(speed, queueName);

 

Further Explanation:-

 

Parameter Description
speed Optional. Specifies the speed of the delay
queueName Optional. Specifies the name of the queue

Code Explanation

All Tutorials related to jQuery Effects

All Sections related to jQuery