top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

How to disable jQuery animation?

+4 votes
262 views
How to disable jQuery animation?
posted Jul 9, 2015 by Manikandan J

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

+1 vote

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.

answer Jul 9, 2015 by Shivaranjini
Similar Questions
+4 votes

How do you stop following in jQuery -

currently-running animation, 
remove all queued animations, and 
complete all animations for the matched elements
+5 votes

I need disable all refresh events

Example.

  1. F5,
  2. Mouse right click option (refresh/reload),
  3. CTRL+R,
  4. Menu bar -> view -> refresh and
  5. URL refresh/reload button

How to disable these all events by using javascript...

Advance thanks....

...