What is the difference between calling stop(true,true) and finish method?
Answer Posted / chaitanya
The .finish() method is similar to .stop(true, true) in that it clears the queue and the current animation jumps to its end value. It differs, however, in that .finish() also causes the CSS property of all queued animations to jump to their end values, as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why we need jquery mobile? : jquery mobile
Define "beforesend(xhr)" paremeter of jquery ajax method?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
With jquery ui 1.7 being released in the last few days, what do you see as the key parts of jquery ui 1.7? What are you most proud of out of that release?
How to validate email using jquery?
Why do we use jquery? : jquery mobile
Is jquery a library for client scripting or server scripting? : jquery mobile
In what scenarios jQuery can be used?
What is the advantage of using the minified version of jquery rather than using the conventional one?
Tell me which command will give a version of jquery?
What are features of jquery or what can be done using jquery?
How can we give face effect in jquery?
Explain the advantages of jquery?
Tell me an example usage of jquery mobile? : jquery mobile
What is CDN?