jquery禁用动画

$(".stopmMoving").click(function(){
     jQuery.fx.off = true;
});

  

原文地址:https://www.cnblogs.com/webgg/p/5320488.html