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 starting point of code execution in jquery?
Explain .live()? : jquery mobile
Create a plugin that would add and remove a class on hover.
Write a basic jquery code?
What is jquery selectors?
Is jquery a w3c standard? : jquery mobile
What is difference between $(this) and ‘this’ in jquery?
How can you delay document.ready until a variable is set?
What are all the ways to include jQuery in a page?
What does the jQuery migrate function do?
How method can be called inside code behind using jQuery?
How to use jquery library in our asp.net project?