I'm having difficulty getting jQuery's stop() and clearQueue working.
(http://docs.jquery.com/Effects/stop#clearQueuegotoEnd)
The aim is to stop a series of fades on text and images, including those yet to run.
$('#myDIV').stop(clearQueue=true);
$('#myDIV').stop(clearQueue='true');
Neither of these raises an error message, but neither is working:
is either correct?