动画animate.animate({}, { duration: 5000, progress: function (now, progressNum) {}, complete: function () {}}); 停止动画.stop() 停止当前动画,其他的继续.stop(true) 动画都停止.stop(true, true) 动画停止,并且元素回到最后的状态 核心方法$.each(argument0, argument1);argument0 是对象或者数组argument1 是一个回…