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 |
Tell me can we have multiple document.ready() function on the same page? : jquery mobile
Is jQuery replacement of Java Script?
What is the use jQuery.data method?
How can events be prevented to work after an ajax request?
In what scenarios jQuery can be used?
What is cdn and how jquery is related to it?
What are selectors in jquery?
Which one is more efficient, document.getelementbyid( "idname") or $("#idname)?
Create a plugin that would add and remove a class on hover.
What is .siblings() method in jquery?
How to delete cookies in jquery?
What are the two types of CDNs?