Javatpoint Logo
Javatpoint Logo

jQuery queue() method

The queue() method in jQuery is used to display the queue of functions waiting to be executed for the selected element. It is an inbuilt function in jQuery. There can be one or more function can wait to get executed. We can use the queue() method together with the dequeue() method.

There can be multiple queues to an element. But there is always a default jQuery queue that is the "fx" queue.

Syntax

The commonly used syntax of using the queue() method is given below -

The queueName mentioned in the above syntax is the optional parameter of the queue() method, which specifies the name of the queue. If it is omitted, the default value "fx" is assumed, that is, the standard effects queue.

Now, let's see an illustration to understand the concept of the queue() method.

Example

It is a simple example of using the queue() method. Here, there is a div element that starts animating on clicking the given button. On clicking the given button, the length of the queue will be displayed. We are looping the queue, so the length will change accordingly.

Test it Now

Output

After the execution of the above code, we will see the following output -

jQuery queue() method

On clicking the given button, the animation will start, and length of queue will be displayed as follows -

jQuery queue() method





Youtube For Videos Join Our Youtube Channel: Join Now

Feedback


Help Others, Please Share

facebook twitter pinterest

Learn Latest Tutorials


Preparation


Trending Technologies


B.Tech / MCA