$(document).ready(function(){ $("#start").click(function(){ $("#box").animate({width:300},"slow"); $("#box").animate({width:100},"slow"); });});修改宽度值就行了