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 do you select an item using css class or id and get the value by use of jquery.
What does jQuery data() function do?
Is jquery library used for server scripting or client scripting?
Can you write a jquery code to select all links inside the paragraph?
How can events be prevented from stopping to work after an ajax request?
What is the difference between $(window).load and $(document).ready?
How to check data type of any variable in jquery? : jquery mobile
How can we apply css in div using jquery?
differentiate between bind() vs live() vs delegate() methods in jquery.
How is the deferred method in jquery important in relation to animate method?
Why we use jquery .each() function?
Is jQuery a library for client scripting or server scripting?