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 "beforesend(xhr)" paremeter of jquery ajax method?
What is jquery.holdready() function?
How to select combobox select value and text using jquery?
How to stop jqm from auto-enhancing an element? : jquery mobile
How do you stop the currently-running animation? : jquery mobile
How to disable cut,copy and paste in TextBox using jQuery?
Back onto jquery ui' can you see jquery ui making more of an impression in the future, lead by the current successes of jquery?
explain width() vs css(‘width’) in jquery
How do you install/use jquery in a project.
Can you please explain the difference between javascript and jquery? : jquery mobile
What does $("P") will select?
Does jquery follow w3c recommendations?