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
Which is the fastest selector in jQuery?
What is the use of serialize method in jQuery?
Difference between event.PreventDefault and event.stopPropagation?
Explain deferred and promise object in jquery? : jquery mobile
What is jquery.noconflict? Explain
Define type paremeter of jquery ajax method?
How to run an event handler only once in jQuery?
How to get/set the html contents of an element using jQuery?
Tell me how do you stop the currently-running animation? : jquery mobile
Can JQuery Run on MAC or Linux instead of Windows?
Differentiate among .empty() vs .remove() vs .detach() in jquery.
Explain .delegate()? : jquery mobile
How to use connect in jquery?
Is jQuery a programming language?
What is the difference between size and length of jQuery?