How to disable jQuery animation?

Answers were Sorted based on User's Feedback



How to disable jQuery animation?..

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

How to disable jQuery animation?..

Answer / ramyagurrala

If we want to disable the animation methods,so det the default valut to True.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Have any of your startup projects failed dismally - if so, why and how did you learn from them?

0 Answers  


What is the basic need to start with jQuery?

1 Answers  


What does $("P") will select?

0 Answers  


Is jQuery a programming language?

0 Answers  


In jquery, what is the meaning of toggle?

0 Answers  






How to create clone of any object using jQuery?

1 Answers  


Is it possible to hold or delay document.ready execution for sometime?

1 Answers  


Do we need to add jQuery file in both Master and Content page?

0 Answers  


How to check jQuery version?

0 Answers  


Explain jquery connect?

0 Answers  


Can we add more than one ‘document.ready’ function in a page?

0 Answers  


What is the difference between $('div') and $('<div/>') in jQuery?

1 Answers  


Categories