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 are the advantage of using minimized version of jquery?
What is event.PreventDefault in jQuery?
Is jQuery is a JavaScript or JSON library file?
How to disable cut,copy and paste in TextBox using jQuery?
Which operating system is more compatible with jQuery?
Is Uncaught TypeError: $(…).modal not a function jquery?
What does the jQuery migrate function do?
How to prevent Right Click option using jquery?
What is .bind()? : jquery mobile
How to fetch the values of selected checkbox array using jquery?
What are various methods to make ajax request in jQuery?
Explain the each() function?