What is the difference between calling stop(true,true) and finish method?
Answer / chaitanya
The .finish() method is similar to .stop(true, true) in that it clears the queue and the current animation jumps to its end value. It differs, however, in that .finish() also causes the CSS property of all queued animations to jump to their end values, as well.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define .siblings() method in jquery?
JQuery or JavaScript which is quicker in execution?
Explain the use of each function in jquery?
How we can modify the css class in jquery?
explain bind() vs live() vs delegate() methods in jquery
How does jquery store data related to an element?
In what situation you would use multiple version of jQuery and how would you include them?
What is $('div')? : jquery mobile
How to load jQuery from CDN?
Explain .empty() vs .remove() vs .detach() in jquery
How to search for descendant elements that match the specified selectors using ?
What is $() in jquery?