<pclass="arguement"><strong>element</strong>A DOM element from which to remove and execute a queued function.</p>
<pclass="arguement"><strong>queueName</strong>A string containing the name of the queue. Defaults to <code>fx</code>, the standard effects queue.</p>
</li></ul>
<divclass="longdesc">
<p><strong>Note:</strong> This is a low-level method, you should probably use <code><ahref="/dequeue">.dequeue()</a></code> instead.</p>
<p>When <code>jQuery.dequeue()</code> is called, the next function on the queue is removed from the queue, and then executed. This function should in turn (directly or indirectly) cause <code>jQuery.dequeue()</code> to be called, so that the sequence can continue.</p>