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 jQuery code to select all links in first paragraph?
What does $("div") will select?
Can we include multiple version of jquery? : jquery mobile
Explain the use of each function in jquery?
Why html 5 inputs look different across devices and browsers? : jquery mobile
In what scenarios jQuery can be used?
Why do we use jquery? : jquery mobile
How can events be prevented to work after an ajax request?
How to prevent Right Click option using jquery?
Tell me how do you stop the currently-running animation? : jquery mobile
What are the difference between alert() and confirm()?
Which selector has better performance id or class and why?