- 11你好,欢迎来到一聚教程网
- 22你好,欢迎来到一聚教程网
- 33你好,欢迎来到一聚教程网
- 44你好,欢迎来到一聚教程网
- 55你好,欢迎来到一聚教程网
$(function(){
functionGoUp(){
$(".textlist").animate({top,-30},500,function(){
$(".textlist").css({top,0});
$(".textlist dd:first").insertAfter(".textlist dd:last")
});
}
setInterval(GoUp,1000)
})