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 |
Which sign is used as a shortcut for jQuery?
How to select element having a particular class (".selected")?
How is the deferred method in jquery important in relation to animate method?
What is jquery.holdready() function?
What are the slow selectors in jQuery?
What are the advantages of using cdn?
Name 3 available jquery plugins that bootstrap has in their query plugin library.
Whether we need to add jQuery file in both Master and Content page?
Define all the ways to include jquery in a page?
Why there are two different version of jQuery library?
Explain the use of the .pushstack() method.
How to multiple AJAX requests be run simultaneously in jQuery?