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 |
Explain the difference between body onload() and document.ready() function? : jquery mobile
What is the use of param() method?
Can we use protocol less URL while referencing jQuery from CDNs?
Difference between find() and closest() in jquery?
What is the difference between jquery-x.x.x.js and jquery.x.x.x min.js?
Which operating system is more compatible with jQuery?
Explain bind() vs live() vs delegate() methods.
How to select combobox select value and text using jquery?
Explain is jquery replacement of java script? : jquery mobile
How can an element be checked if it contains a specific class?
What is the use of delegate() method in jquery?
What is the between $(this) and 'this' in jquery?