第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

如何滑過鼠標(biāo)時(shí)同時(shí)獲取滑過數(shù)組的索引?

如何滑過鼠標(biāo)時(shí)同時(shí)獲取滑過數(shù)組的索引?

一二得三 2017-01-03 23:58:37
<!doctype?html> <html> <head> ????<meta?charset="UTF-8"> ????<title>下拉菜單</title> <style?type="text/css"> body,ul,li{?margin:0;?padding:0;?font-size:13px;} ul,li{list-style:none;} #divselect{width:186px;?margin:80px?auto;?position:relative;?z-index:10000;} #divselect?cite{width:150px;?height:24px;line-height:24px;?display:block;?color:#807a62;?cursor:pointer;font-style:normal; padding-left:4px;?padding-right:30px;?border:1px?solid?#333333;? background:url(xjt.png)?no-repeat?right?center;} #divselect?ul{width:184px;border:1px?solid?#333333;?background-color:#ffffff;?position:absolute;?z-index:20000;?margin-top:-1px;?display:?none;} #divselect?ul?li{height:24px;?line-height:24px;} #divselect?ul?li?a{display:block;?height:24px;?color:#333333;?text-decoration:none;?padding-left:10px;?padding-right:10px;} </style> ???<script?type="text/javascript"> window.onload=function(){ var?box=document.getElementById('divselect'), ???title=box.getElementsByTagName('cite')[0], ???menu=box.getElementsByTagName('ul')[0], ???as=box.getElementsByTagName('a'), ????????index=-1; ??? ????//?點(diǎn)擊三角時(shí) ????title.onclick=function(event){ ?????event?=?event?||?window.event; ?????if(event.stopPropagation){ ?????event.stopPropagation(); ?????}else{ ?????event.cancelBubble?=?true; ?????} ??????menu.style.display?=?"block"; ???????document.onkeyup?=?function(e){ ????????e?=?e?||?window.event; ????????for?(var?i=0;i<as.length;i++){ ????????as[i].style.background="none";} ????????if(e.keyCode==40){ ????????index++; ????????if(index>=as.length){ ????????index=0 ????????} ????????as[index].style.background="#ccc"; ????????} ????????if(e.keyCode==38){ ????????if(index<=0){ ????????index=as.length; ????????} ????????index--; ????????as[index].style.background="#ccc"; ????????} ????????if(e.keyCode==13?&&?index!=-1){ ????????if(menu.style.display='block'){ ????????title.innerHTML?=?as[index].innerHTML; ????????menu.style.display='none'; ????????} ????????} ????????} ?????} ????? ?????for(var?i=0;i<as.length;i++){ ?????as[i].onmouseover?=?function(){ ?????if(index!=?-1){ ?????if(as[index].style.background="#ccc"){ as[index].style.background?=?"#fff"; ????}} ?????this.style.background?=?"#ccc"; ?????//如何“滑過鼠標(biāo)時(shí)同時(shí)獲取當(dāng)前數(shù)組的索引?” ????? ?????} ?????as[i].onmouseout?=?function(){ ?????this.style.background?=?"#fff"; ?????} ?????as[i].onclick?=??function(){ ?????title.innerHTML?=?this.innerHTML; ?????} ?????} ????//?點(diǎn)擊頁面空白處時(shí)隱藏ul ?????document.onclick?=?function(){ ?????menu.style.display?=?"none"; ?????} ?} ???</script> </head> <body> <div?id="divselect"> ??????<cite>請選擇分類</cite> ??????<ul> ?????????<li?id="li"><a?href="javascript:;"?selectid="1">ASP開發(fā)</a></li> ?????????<li><a?href="javascript:;"?selectid="2">.NET開發(fā)</a></li> ?????????<li><a?href="javascript:;"?selectid="3">PHP開發(fā)</a></li> ?????????<li><a?href="javascript:;"?selectid="4">Javascript開發(fā)</a></li> ?????????<li><a?href="javascript:;"?selectid="5">Java特效</a></li> ??????</ul> ????</div> </body> </html>代表如上,就是實(shí)現(xiàn)滑過鼠標(biāo)時(shí)同時(shí)改變index的值,謝謝~
查看完整描述

1 回答

?
千秋此意

TA貢獻(xiàn)158條經(jīng)驗(yàn) 獲得超188個(gè)贊

as[i].onmouseover?=?function(_index)?{
????return?function()?{
????????if?(index?!=?-1)?{
????????????if?(as[index].style.background?=?"#ccc")?{
????????????????as[index].style.background?=?"#fff";
????????????}
????????}
????????this.style.background?=?"#ccc";
????????//如何“滑過鼠標(biāo)時(shí)同時(shí)獲取當(dāng)前數(shù)組的索引?”
????????index?=?_index;
????}
}(i);

望采納~

查看完整回答
1 反對 回復(fù) 2017-01-04
  • 1 回答
  • 0 關(guān)注
  • 1385 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)