js實(shí)現(xiàn)簡單選項卡與自動切換效果的方法
來源:易賢網(wǎng) 閱讀:1688 次 日期:2015-04-13 13:51:03
溫馨提示:易賢網(wǎng)小編為您整理了“js實(shí)現(xiàn)簡單選項卡與自動切換效果的方法”,方便廣大網(wǎng)友查閱!

說明:

設(shè)置一個標(biāo)識數(shù)字置為0,寫一個每過幾秒標(biāo)識+1,執(zhí)行切換效果的函數(shù),然后執(zhí)行。

當(dāng)標(biāo)識超過當(dāng)前選項卡長度讓標(biāo)識置為0。

在鼠標(biāo)移到選項卡的時候關(guān)閉定時器,鼠標(biāo)移走的時候打開定時器。

<!DOCTYPE html>

<html>

<head>

<meta charset="gb2312" />

<title>無標(biāo)題文檔</title>

<style>

body,ul,li{

margin:0;

padding:0;

font:12px/1.5 arial;

}

ul,li{

list-style:none;

}

.wrap{

width:500px;

margin:20px auto;

}

.hide{

display:none;

}

#tab_t{

height:25px;

border-bottom:1px solid #ccc;

}

#tab_t li{

float:left;

width:80px;

height:24px;

line-height:24px;

margin:0 4px;

text-align:center;

border:1px solid #ccc;

border-bottom:none;

background:#f5f5f5;

cursor:pointer

}

#tab_t .act{

position:relative;

height:25px;

margin-bottom:-1px;

background:#fff;

}

#tab_c{

border:1px solid #ccc;

border-top:none;

padding:20px;

}

</style>

<script>

window.onload = function(){

tab("tab_t","li","tab_c","div","onmouseover")

function tab(tab_t,tab_t_tag,tab_c,tag_c_tag,evt){

var tab_t = document.getElementById(tab_t);

var tab_t_li = tab_t.getElementsByTagName(tab_t_tag);

var tab_c = document.getElementById(tab_c);

var tab_c_li = tab_c.getElementsByTagName(tag_c_tag);

var len = tab_t_li.length;

var i=0;

var timer = null;

var num=0;

for(i=0; i<len; i++){

tab_t_li[i].index = i;

tab_t_li[i][evt] = function(){

clearInterval(timer);

num = this.index;

tab_change()

}

tab_t_li[i].onmouseout = function(){

autoplay();

}

}

function tab_change(){

for(i=0; i<len; i++){

tab_t_li[i].className = '';

tab_c_li[i].className = 'hide';

}

tab_t_li[num].className = 'act';

tab_c_li[num].className = '';

}

function autoplay(){

timer = setInterval(function(){

num++;

if(num>=len) num=0;

tab_change();

},1000);

}

autoplay();

}

}

</script>

</head>

<body>

<div class="wrap">

<ul id="tab_t">

<li class="act">選擇1</li>

<li>選擇2</li>

<li>選擇3</li>

<li>選擇4</li>

</ul>

<div id="tab_c">

<div>內(nèi)容1</div>

<div class="hide">內(nèi)容2</div>

<div class="hide">內(nèi)容3</div>

<div class="hide">內(nèi)容4</div>

</div>

</div>

</body>

</html>

更多信息請查看IT技術(shù)專欄

更多信息請查看腳本欄目
易賢網(wǎng)手機(jī)網(wǎng)站地址:js實(shí)現(xiàn)簡單選項卡與自動切換效果的方法
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機(jī)號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點(diǎn) | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)