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 type paremeter of jquery ajax method?
Explain the animate function.
Explain the term method chaining? : jQuery Mobile
What are the differences between size and length in jquery?
What is the difference between event.PreventDefault and "return false"?
Explain .siblings() method in jquery?
Which sign is used as a shortcut for jQuery?
Why is the block display style used for animations?
How to select class in jquery?
How to write browser specific code using jQuery?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
You get "jquery is not defined" or "$ is not defined" error. What could be the reason?