.clearQueue( [queueName ] )Returns: jQuery
Description: Remove from the queue all items that have not yet been run.
-
version added: 1.4.clearQueue( [queueName ] )
- queueNameType: StringA string containing the name of the queue. Defaults to
fx
, the standard effects queue.
-