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 clearQueue() Method

jQuery clearQueue() Method

 

 

The clearQueue() method is used to remove all those items from the queue that have not yet been run. We can remove any queued function with it.

 

Syntax:-

 

Its syntax is:- $(selector).clearQueue(queueName);

 

Further Explanation:-

 

Parameter Description
queueName Optional. Specifies the name of the queue

Code Explanation

All Tutorials related to jQuery Effects

All Sections related to jQuery