对非动画的实现排队,比如这个css()是要放在回调函数里才能,让前面的动画执行完成后在进行实现 $('button').click(function(event) { $(this).next().animate({'left':'300px','height':'100px'},3000) .animate({'top':'200px','width':'100px'},3000,function(){ $(this).css('background','red'); }) }); // $(