How to disable jQuery animation?
Answers were Sorted based on User's Feedback
Answer / chaitanya
Using jQuery property "jQuery.fx.off", which when set to true, disables all the jQuery animation. When this is done, all animation methods will immediately set elements to their final state when called, rather than displaying an effect.
| Is This Answer Correct ? | 1 Yes | 0 No |
If we want to disable the animation methods,so det the default valut to True.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is jQuery is a client or server scripting?
How you will use jquery means requirement needed for using jquery.
How can we show and hide an element via jquery?
How to find all sibling elements after the current element using ?
Explain .empty() vs .remove() vs .detach() in jquery
How to create, read and delete cookies with jquery?
What is the use of jQuery.ajax method ()?
Is window.onload is different from document.ready()?
When can jquery be used?
Is it possible to use our own specific character in the place of $ sign in jquery? : jquery mobile
How to get the value of selected option in jquery?
Explain .delegate()? : jquery mobile