How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
Answer / chaitanya
It can be done via calling .stop([clearQueue ] [, jumpToEnd ]) method and by passing both the parameters as true.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of delegate() method in jquery?
Consider a scenario where things can be done easily with javascript, would you still prefer jQuery?
Difference Between Prop and Attr in jQuery?
What is finish method in jQuery?
Tell me how to executed jquery selectors? : jquery mobile
Is it too early to discuss jquery ui 1.8?
How to set attributes of an element using jquery?
What are the methods used to provide effects?
What is .bind()? : jquery mobile
Is it possible to use jquery to make ajax request? : jquery mobile
How do you add an HTML element in DOM tree?
Can we select a element having a specific class in jquery ?