文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>分享JS自动轮播代码

分享JS自动轮播代码

时间:2011-04-11  来源:flyhacker

var r_nmuber = 1;   
function GetRandom(n){ r_nmuber=Math.floor(Math.random()*n+1); }

$(document).ready(function(){
      var count=$(".r-2").length;
      GetRandom(count-1);
      var current = r_nmuber - 1;

     $(".r-2").eq(current).fadeIn("slow");
      function fad()
      {
        $(".r-2").eq(current).hide();
            if(current == count-1){
                  current = 0;
            }else{
                  current++;
            }
         $(".r-2").eq(current).fadeIn("slow");
      }
      setInterval(fad, 10000);
})
相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载