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 are different type of selector in jQuery?
Explain .empty() vs .remove() vs .detach().
Explain the difference between .js and .min.js?
How do I check if an HTML element is empty using jQuery?
How to delete cookies in jquery?
How to use migrate jquery plugin if possible? : jquery mobile
How to run an event handler only once in jQuery?
Define cdn in jquery?
Can you write a jquery code to select all links inside the paragraph?
Explain slidetoggle() effect.
Why do we use jQuery?
Can you give me a brief history of your programming days? Where did it all start?