码迷,mamicode.com
首页 > 其他好文 > 详细

轮播图(省代码方法)

时间:2016-05-03 12:17:19      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

技术分享技术分享技术分享

$(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)
    })

 

轮播图(省代码方法)

标签:

原文地址:http://www.cnblogs.com/han6054/p/5454355.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!