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 |
How to call a method inside code-behind using jquery?
Why are not some scripts and styles loading? : jquery mobile
What is the difference between .empty(), .remove() and .detach() methods in jQuery?
What is the use of jQuery.data() method?
What is the use of val() method in jquery?
What are the advantage of using cdn? : jquery mobile
What is cdn and how jquery is related to it?
How we can modify the css class in jquery?
How to use connect?
What is the difference between calling stop(true,true) and finish method?
What is the name of jquery method used for an asynchronous http request?
Can we select a element having a specific class in jquery ?