How to disable jQuery animation
In this post, you will find a simple jQuery tip to disable all animation. jQuery provides a property "jQuery.fx.off" which when set to true, disables all the jQuery animation. But why do you want to do that? Let's assume that you had written lots of jQuery code and you want to turn off all the […]