What is the difference between calling stop(true,true) and finish method?
Answer Posted / 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 |
Post New Answer View All Answers
Explain .live()? : jquery mobile
How to concatenate two strings using jquery?
What is jquery.noconflict? Explain
Can there be more than one ready function in jquery?
Explain finish method in jquery? : jquery mobile
How can events be prevented from stopping to work after an ajax request?
What is jQuery connect?
How to revert the most recent ‘destructive’ operation, changing the set of matched elements to its previous state using ?
Differentiate between width() vs css(‘width’) in jquery
Explain the concepts of "$ function" in jquery with an example?
What is queue() in jquery?
How do you disable or enable a form element?
Define the use of each function in jquery?
How to check if number is numeric while using jquery 1.7+? : jquery mobile
Tell me can we have multiple document.ready() function on the same page? : jquery mobile