亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

完成啦!

哈哈,雖然我比計較笨,但是還是靠自己百度和理解解決問題啦!

正在回答

1 回答

var?wrap?=?document.getElementById('wrap'),
		pic?=?document.getElementById('pic'),
		list?=?document.getElementById('list').getElementsByTagName('li'),
		index?=?0,
		timer?=?null;
	var?alength?=?list.length;
	var?piclist?=?pic.getElementsByTagName('li');
	timer?=?setInterval(autoplay,?1000);
	for?(var?i?=?0;?i?<?alength;?i++)?{
		list[i].aa?=?i;
		list[i].onmouseover?=?function()?{
			clearInterval(timer);
			var?thisid?=?this.aa;
			showpic(thisid);
		};
		list[i].onmouseout?=?function()?{
			timer?=?setInterval(autoplay,?1000);
		}

	}

	function?autoplay()?{
		index++;
		if?(index?>=?alength)?{
			index?=?0;
		}
		showpic(index);
	}

	function?showpic(curindex)?{
			if?(curindex?>?alength)?{
				curindex?=?0;
			}
			for?(var?i?=?0;?i?<?alength;?i++)?{
				list[i].className?=?"?";
				piclist[i].style.display?=?"none";
			}
			list[curindex].className?=?"on";
			piclist[curindex].style.display?=?"block";
			index?=?curindex;
	}


0 回復 有任何疑惑可以回復我~

舉報

0/150
提交
取消
Tab選項卡切換效果
  • 參與學習       65466    人
  • 解答問題       581    個

本課程詳細介紹網頁頁面中最流行常用的tab切換效果

進入課程

完成啦!

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號