I was reading the code for AutoScroll plugin @ http://blog.insicdesigns.com/2010/08/an-ultra-lightweight-autoscroll-to-top-jquery-plugin/
There you will find
var t = jq('<div class="'+ops.styleClass+'"></div>')
then after some code
t.clearQueue().fadeOut(ops.hideDuration || 200);
What do clearQueue is doing here ? Or simply what do clearQueuein jQuery does?