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
What is the use of .size() method in jquery?
What is the difference between $(window).load and $(document).ready function in jquery?
Define type paremeter of jquery ajax method?
What is the use of toggle() method in jquery?
Explain some benefits of jquery knockout?
Explain how jquery works?
Explain url paremeter of jquery ajax method?
How to use jquery library in our asp.net project?
How can you disable jquery animation?
Name 3 available jquery plugins that bootstrap has in their query plugin library.
How do you add an HTML element in DOM tree?
Can we call c# codebehind method using jquery?
Tell me how to disable jquery animation? : jquery mobile
How can we include jQuery library in ASP.Net project?
What is difference between .setinterval() and .delay() ?