What is finish method in jQuery?
Answer / chaitanya
The .finish() method stops all queued animations and places the element(s) in their final state. This method was introduced in jQuery 1.9.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of noconflict() method in jquery?
Is jQuery is a JavaScript or JSON library file?
How do I pull a native DOM element from a jQuery object?
What are the slow selectors in jquery? : jquery mobile
What are the advantages of minified version of jquery?
What are two different version of jquery library? : jquery mobile
Is Uncaught TypeError: $(…).modal not a function jquery?
What is event.PreventDefault in jQuery?
Explain the difference between event.preventdefault and "return false"? : jquery mobile
Explain the basic need to start with jquery? : jquery mobile
Can you use any other name in place of $ (dollar sign) in jQuery?
What are the difference between alert() and confirm()?