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 |
Is Uncaught TypeError: $(…).modal not a function jquery?
Which are the fastest selectors in jquery? : jquery mobile
Explain the animate function.
Whether jQuery HTML work for both HTML and XML documents?
What is the slowest selector in jQuery?
Give a brief idea about jquery mobile? : jQuery Mobile
How to select all elements using jQuery?
What is the difference between find and children methods?
Can you write a code to select all links inside the paragraph?
Can you please explain the difference between body onload() and document.ready() function? : jquery mobile
explain bind() vs live() vs delegate() methods in jquery
Explain .on()? : jquery mobile