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 |
How we can set the html contents of an element in jquery?
What are the difference between empty(), remove() and detach() functions in jquery?
What is the goal of cdn and what are the advantages of using cdn?
Which is the starting point of code execution in jQuery?
Whether we need to add jQuery file in both Master and Content page?
How to submit a form without submit button using jquery?
How you will use jquery means requirement needed for using jquery.
Do we need to add jQuery file in both Master and Content page?
How do you get the text value of a selected option?
Explain data paremeter of jquery ajax method?
With jquery which operating system is more compatible?
Can we use jQuery to make ajax request?