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 |
Explain the animate function.
What is .bind()? : jquery mobile
Tell me what is the use of .size() method in jquery?
What is the use of each function in jQuery?
Define jquery filter?
Why we need jquery?
Tell me what does dollar sign ($) means in jquery? : jquery mobile
What is jQuery.noConflict?
Difference between javascript and jquery? : jQuery Mobile
Mention the advantages of cdn? : jQuery Mobile
What is the use of delay() method in JQuery?
Have any of your startup projects failed dismally - if so, why and how did you learn from them?