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 jquery.noconflict? : jquery mobile
What were the biggest challenges of getting the jQuery 1.7 release ?
What are the popular jquery cdn? : jquery mobile
Define "beforesend(xhr)" paremeter of jquery ajax method?
Define jquery filter?
Which are the fastest selectors in jquery? : jquery mobile
How to debug jquery code/ debug jquery?
What is chaining in jQuery?
What does dollar sign ($) me in jquery?
Explain the concepts of "$ function" in jquery with an example?
What are your tools of choice to get the jquery job done?
How we can check if an element is empty or not using jquery?