The example in this article describes the usage of clearQueue() method in jQuery. Share it with everyone for your reference. The specific analysis is as follows:
This method clears all queues on the object that have not yet been executed.
If no parameters are provided, the animation queue will be cleared by default. This is similar to stop(true), but stop() can only clear the animation queue, while this can clear all queues created through queue().
Grammar structure:
Parameter list:
实例代码:
希望本文所述对大家的jquery程序设计有所帮助。