What is the difference between calling stop(true,true) and finish method?



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

Post New Answer

More jQuery Interview Questions

What are the advantage of using cdn? : jquery mobile

0 Answers  


Why html 5 inputs look different across devices and browsers? : jquery mobile

0 Answers  


Tell me how to executed jquery selectors? : jquery mobile

0 Answers  


How to get attributes of an element using jQuery?

0 Answers  


What is the difference between .empty(), .remove() and .detach() methods in jQuery?

1 Answers  






Explain .empty() vs .remove() vs .detach().

0 Answers  


What is jquery mobile theming? : jquery mobile

0 Answers  


How do you stop the currently-running animation? : jquery mobile

0 Answers  


what are the features of jquery

0 Answers  


What are the two types of CDNs?

0 Answers  


Is jQuery a programming language?

0 Answers  


Explain all the ways to include jquery in a page?

0 Answers  


Categories