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 can you delay document.ready until a variable is set?
Which is the fastest selector in jQuery?
What is jquery selectors? Give some examples.
How to load jQuery from CDN?
Explain remove class jquery with example?
What are the effects methods used in jquery?
Explain bind() vs live() vs delegate() methods.
What is the difference between event.PreventDefault and event.stopPropagation?
How can you select all elements in a page using jquery?
Explain the use of the .pushstack() method.
How to select all elements using jQuery?
How to disable/enable an element in jquery?