What is the difference between calling stop(true,true) and finish method?
Answer / 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 |
How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
Can we use our own specific character in the place of $ sign in jQuery?
What are the features of jquery used in web applications?
How do you disable or enable a form element?
How to keep the submit text from showing with jquery mobile? : jquery mobile
How to create clone of any object using jQuery?
How does the jQuery pushStack function work?
Is it possible to get value of multiple CSS properties in single statement?
How we can modify the css class in jquery?
Explain the use of the $.fn.bind and $.fn.trigger.
What is the difference between find and children methods in jquery?
How to use migrate jQuery plugin?