How to disable jquery animation? : jquery mobile



How to disable jquery animation? : jquery mobile..

Answer / Ekta

To disable jQuery animations, you can use the stop() method on the animated element. For example, `$('.element').stop();`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

Please explain remove class jquery with example?

1 Answers  


What are selectors in jquery? : jQuery Mobile

1 Answers  


What is event.PreventDefault?

1 Answers  


What is the use of toggle() method in jquery?

1 Answers  


Explain the difference between .js and .min.js?

1 Answers  


Hide and show image on button click using jQuery?

1 Answers  


Is jquery a framework?

1 Answers  


Is it possible to get value of multiple CSS properties in single statement?

1 Answers  


What is meant by the term ‘theming’ in jquery mobile? : jQuery Mobile

1 Answers  


What is queue() in jquery?

1 Answers  


Explain .empty() vs .remove() vs .detach() in jquery

1 Answers  


Define width() vs css('width')?

1 Answers  


Categories