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 difference between $(window).load and $(document).ready?
How to execute jQuery code after the DOM is ready?
Define type paremeter of jquery ajax method?
How does jquery store data related to an element?
Does jquery follow w3c recommendations?
What is the difference between jquery.get() and jquery.ajax()?
What is a jquery ?
What are the advantages of method chaining in jquery?
How we can get the input value of an element using jquery?
What is .bind()? : jquery mobile
What are selectors in jQuery and how many types of selectors are there?
Suppose if you have a server control(asp.net server control, button) and on the click of button you want to call a jquery function, so tell me how you will call a jquery function without postback?