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 |
Explain the starting point of code execution in jquery? : jquery mobile
Why do we use jquery? : jquery mobile
How to load a page using jquery mobile? : jquery mobile
Tell me what is the use of .size() method in jquery?
How to validate email using jquery?
Please explain remove class jquery with example?
Can we have multiple document.ready() function on the same page?
What is parent() in jquery?
How to add or remove classes to an element in jquery?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?
Why is jquery better than javascript?
What is the difference between $(this) and 'this' in jquery?