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

Can JQuery Run on MAC or Linux instead of Windows?

0 Answers  


How to include jquery library in asp.net project?

0 Answers  


What are features of jquery or what can be done using jquery?

0 Answers  


What is jQuery.noConflict?

1 Answers  


What is finish method in jQuery?

1 Answers  






Can you please explain the difference between javascript and jquery? : jquery mobile

0 Answers  


Explain bind() vs live() vs delegate() methods.

0 Answers  


Which version of jquery file should be used?

0 Answers  


What is the difference between $.map and $.grep in jQuery?

0 Answers  


What is jQuery code to select all links in first paragraph?

0 Answers  


How We Can Write Code Specific To Browser In Jquery?

0 Answers  


What are the advantage of using minimized version of jquery?

0 Answers  


Categories