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
In what scenarios jQuery can be used?
explain width() vs css(‘width’) in jquery
Explain all the ways to include jquery in a page?
How to always reference latest version of jquery?
Can we include multiple version of jquery? : jquery mobile
Why we use jquery .each() function?
Can you write a jquery code to select all links inside the paragraph?
How do you add an HTML element in DOM tree?
How can you use a jquery library in your project?
What is the difference between find and children methods in jquery?
Which selector has better performance id or class and why?
How do I check if an HTML element is empty using jQuery?
Explain chaining in jquery? : jquery mobile
What are the paremeter of jquery ajax method?
What is difference between sorting string array and sorting numerical array in jquery?