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 |
What is the difference between the knockout and jquery?
Does jQuery 2.0 supports IE?
What are jquery selectors?
What does the jQuery migrate function do?
What is the script build up by jQuery?
Explain the starting point of code execution in jquery? : jquery mobile
How to validate phone number using jquery?
How to get the current offset of the first matched element, in pixels, relative to the document using ?
How to find all sibling elements after the current element using ?
Differences Between jQuery .bind() and .live()?
What are the features of jquery used in web applications?
What is event.stoppropagation? : jquery mobile