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 does $("div") will select? : jquery mobile
What is the difference between the id selector and class selector in jquery?
Whether jQuery HTML work for both HTML and XML documents?
What are the slow selectors in jquery? : jquery mobile
What is each() function in jQuery? How do you use it?
What features of jquery, has been used in web applications?
Is jquery a framework?
Explain the use of jquery .each() function? : jquery mobile
What are the basic selectors in jQuery?
What is the difference between the knockout and jquery?
Difference between $(this) and 'this' in jQuery?
What is the difference between eq() and get() methods in jQuery?