想要停止JQuery所有动画,就要添加下面这句话 jQuery.fx.off = true; $("input").click(function(){ $("div").toggle("slow"); });