$(function(){ setInterval(function(){ $("#lunbo_txt").animate({left:"-100%"},1000,function(){ $("#lunbo_txt").css({left:0}); $("#lunbo_txt li:nth-child(1)").appendTo("#lunbo_txt"); }) },3000) })