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 |
Explain .empty() vs .remove() vs .detach() in jquery
Will Events Are Also Copied On Clone In Jquery?
Can you please explain the difference between .js and .min.js? : jquery mobile
Define .siblings() method in jquery?
Which are the fastest selectors in jquery? : jquery mobile
Why we need jquery mobile? : jquery mobile
Is jquery library used for server scripting or client scripting?
what is the use of param() method in jquery .
Different ways of using $.connect function in jquery?
What were the biggest challenges of getting the jQuery 1.7 release ?
What are the types of selectors that are used in jquery? Give examples.
How can we apply css in odd childs of parent node using jquery library?