Differentiate between calling stop (true, true) and finish method?



Differentiate between calling stop (true, true) and finish method?..

Answer / Mr Monu Kumar

stop(true, true) is a deprecated method that stops the current animation immediately and resets the CSS styles to their original values. The finish method simply stops the current animation but does not reset the CSS styles.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

How we can hide a block of html code on a button click using jquery?

1 Answers  


How can we show and hide an element via jquery?

1 Answers  


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

1 Answers  


What is jquery.size()? : jquery mobile

1 Answers  


How can jquery be used in conjunction with another javascript library that also uses $ for naming?

1 Answers  


Explain the difference between jquery.size() and jquery.length?

1 Answers  


Is vanilla js faster than jquery?

1 Answers  


How do you select element by ID in jQuery?

1 Answers  


Can you please explain the difference between .js and .min.js? : jquery mobile

1 Answers  


Difference between javascript and jquery?

1 Answers   HCL,


Difference between document.ready() and body onload()?

1 Answers  


What is the difference between .js and .min.js?

1 Answers  


Categories