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 |
Difference between document.ready and window.onload? : jQuery Mobile
What is jquery mobile theming? : jquery mobile
What are the two types of CDNs?
How to check variable is empty or not in jquery?
What is a dom in jquery? How can we make sure that dom is ready?
How to validate email using jquery?
Can you please explain the difference between javascript and jquery? : jquery mobile
Is jQuery a library for client scripting or server scripting?
What is the difference between parent() and parents() methods in jQuery?
Explain the concepts of "$ function" in jquery with an example?
Define cdn in jquery?
Is jquery a library for client scripting or server scripting? : jquery mobile