How can you disable jquery animation?



How can you disable jquery animation?..

Answer / Veer Vikram Singh

To disable jQuery animation, you can use the `stop()` method. This will immediately stop any running animations on the selected elements. Here's an example: `$('.selector').stop();`

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More jQuery Interview Questions

What is jQuery.noConflict?

1 Answers  


How to check data type of any variable in jquery? : jquery mobile

1 Answers  


Explain why there are two different version of jquery library? : jquery mobile

1 Answers  


Why is jquery better than javascript?

1 Answers  


Do we need to add the jquery file both at the master page and content page as well?

1 Answers  


Can we include multiple version of jquery? : jquery mobile

1 Answers  


What is difference between $(this) and ‘this’ in jquery?

1 Answers  


How to validate phone number using jquery?

1 Answers  


How do you stop the currently-running animation?

1 Answers  


Hide and show image on button click using jQuery?

1 Answers  


What is the use of jQuery load method?

1 Answers  


Is jQuery is a JavaScript or JSON library file?

1 Answers  


Categories