jQuery animation without queuing
问题 I am trying to figure out how .stop() and clearQueue() work. Here is my sample code in jsfiddle: http://jsfiddle.net/PsTQv/1/ You will see the animation is queuing if hove over several blocks. To work around with this, I tried to use stop() and clearQueue.Simple add stop after hide() or show() or both won't work.The behaviors like: 1. .stop().hide() : text disappears at last; 2. .stop.show(): text is alway there, won't be hidden any more 3. add both: Same as only add to show() 4. add