国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁(yè) > 編程 > JavaScript > 正文

Javascript實(shí)現(xiàn)滾動(dòng)圖片新聞的實(shí)例代碼

2019-11-20 21:34:46
字體:
來(lái)源:轉(zhuǎn)載
供稿:網(wǎng)友

下面這段代碼是用來(lái)實(shí)現(xiàn)圖片新聞的

復(fù)制代碼 代碼如下:

var index = 0;
var Timer = null;

function initGallery(){
    for(var i=0; i< 4; i++){
       document.getElementById("fPic"+i).style.display = "none";
       document.getElementById("fTitl"+i).style.display = "none";
       document.getElementById("fNum"+i).style.className = "numOff";
    }
    startChange();
    setTimer();
}

function startChange(){
    index = index % 4;

    changePic(index);
    changeTitl(index);
    changeNum(index);

    index++;
}

function changePic(index){
    for(var i=0; i<4;i++){
        document.getElementById("fPic"+i).style.display = "none";
    }
    document.getElementById("fPic"+index).style.display = "block";
}

function changeTitl(index){
    for(var i=0; i<4; i++){
        document.getElementById("fTitl"+i).style.display = "none";
    }
    document.getElementById("fTitl"+index).style.display = "block";
}

function changeNum(index){
    for(var i=0; i<4; i++){
        document.getElementById("fNum"+i).className = "numOff";
    }
    document.getElementById("fNum"+index).className = "numOff numOn";
}

function clearTimer(){
    this.clearInterval(Timer);
}

function setTimer(){
    Timer = window.setInterval(startChange, 3000)
}

function setIndex(index){
    this.index = index;
    this.startChange();
}

發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 五大连池市| 泸州市| 台州市| 黄梅县| 大邑县| 庆元县| 丘北县| 南开区| 崇阳县| 宜都市| 普格县| 江达县| 十堰市| 穆棱市| 南阳市| 濉溪县| 宕昌县| 西充县| 东宁县| 桑植县| 两当县| 社会| 项城市| 乐都县| 昌黎县| 伊春市| 彰武县| 旺苍县| 随州市| 宁都县| 仙桃市| 林周县| 泰顺县| 桂平市| 隆安县| 北流市| 黄平县| 枣阳市| 铜梁县| 开平市| 扶沟县|