How do you stop the currently-running animation, remove all queued animations, and complete all animations for the matched elements?
Answer Posted / 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 |
Post New Answer View All Answers
Difference between detach and remove? : jQuery Mobile
How to add a class to html element?
How to resolve conflicts with other libraries?
Tell me is jquery a w3c standard? : jquery mobile
What are the features of jquery used in web applications?
Whether jQuery HTML work for both HTML and XML documents?
How to always reference latest version of jquery?
How To Use Ajax In Jquery?
Tell me how to check if number is numeric while using jquery 1.7+? : jquery mobile
Can we add more than one ‘document.ready’ function in a page?
How can images be made to appear scrolling one over another?
How to read, write and delete cookies in jquery?
Explain the each() function?
What is the use of jQuery.ajax method ()?
What are all the ways to include jQuery in a page?