jQuery.dequeue( element [, queueName ] )Returns: undefined
Description: Execute the next function on the queue for the matched element.
-
version added: 1.3jQuery.dequeue( element [, queueName ] )
- elementType: ElementA DOM element from which to remove and execute a queued function.
- que
-