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
How we can set the html contents of an element in jquery?
How to select all elements using jQuery?
Which one is more efficient, document.getElementbyId( "myId") or $("#myId)?
What is $('div')? : jquery mobile
What is the use of toggle() method in jquery?
What is the use of jquery.data()?
Why jquery?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How to stop jqm from auto-enhancing an element? : jquery mobile
Define the use of each function in jquery?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
Can you write a code to select all links inside the paragraph?
What is jquery datepicker in jquery?
What is parseint() and why it is used?
What is the use of html() method in jquery?