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.
How do you stop following in jQuery -
currently-running animation, remove all queued animations, and complete all animations for the matched elements
I need disable all refresh events
Example.
How to disable these all events by using javascript...
Advance thanks....