• <fieldset id="8imwq"><menu id="8imwq"></menu></fieldset>
  • <bdo id="8imwq"><input id="8imwq"></input></bdo>
    最新文章專題視頻專題問答1問答10問答100問答1000問答2000關(guān)鍵字專題1關(guān)鍵字專題50關(guān)鍵字專題500關(guān)鍵字專題1500TAG最新視頻文章推薦1 推薦3 推薦5 推薦7 推薦9 推薦11 推薦13 推薦15 推薦17 推薦19 推薦21 推薦23 推薦25 推薦27 推薦29 推薦31 推薦33 推薦35 推薦37視頻文章20視頻文章30視頻文章40視頻文章50視頻文章60 視頻文章70視頻文章80視頻文章90視頻文章100視頻文章120視頻文章140 視頻2關(guān)鍵字專題關(guān)鍵字專題tag2tag3文章專題文章專題2文章索引1文章索引2文章索引3文章索引4文章索引5123456789101112131415文章專題3
    問答文章1 問答文章501 問答文章1001 問答文章1501 問答文章2001 問答文章2501 問答文章3001 問答文章3501 問答文章4001 問答文章4501 問答文章5001 問答文章5501 問答文章6001 問答文章6501 問答文章7001 問答文章7501 問答文章8001 問答文章8501 問答文章9001 問答文章9501
    當(dāng)前位置: 首頁(yè) - 科技 - 知識(shí)百科 - 正文

    js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件

    來源:懂視網(wǎng) 責(zé)編:小采 時(shí)間:2020-11-27 20:12:32
    文檔

    js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件

    js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>閉包--自執(zhí)行函數(shù)--案例--淘寶例子</title> <style type="text/css"> .container{ width: 300px; height: 150px; backg
    推薦度:
    導(dǎo)讀js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>閉包--自執(zhí)行函數(shù)--案例--淘寶例子</title> <style type="text/css"> .container{ width: 300px; height: 150px; backg

    <!DOCTYPE html>
    <html>
    <head lang="en">
     <meta charset="UTF-8">
     <title>閉包--自執(zhí)行函數(shù)--案例--淘寶例子</title>
     <style type="text/css">
    
     .container{
     width: 300px;
     height: 150px;
     background-color: #16A085;
     }
     .nav_ul{
     padding: 0;
     list-style: none;
     height: 35px;
     }
     .nav_ul li{
     float: left;
     height: 35px;
     line-height: 35px;
     text-align: center;
     width: 25%;
     transition: all .5s;
     cursor: pointer;
     }
     .select_li{
     color: white;
     border-bottom: 2px solid #FD4401;
     }
     .content{
     width: 300px;
     }
     .content p ul{
     padding: 0;
     list-style: none;
     width: 300px;
     }
     .content p ul li{
     float: left;
     width: 50%;
     text-align: center;
     height: 40px;
     line-height: 40px;
     cursor: pointer;
     }
     .content p{
     position: absolute;
     left: 0;
     top: 45px;
     display: none;
     }
     .content .select_p{
     display: block;
     }
    
     </style>
    </head>
    <body>
     <p class="container">
     <p class="nav">
     <ul class="nav_ul">
     <li class="select_li">劇集</li>
     <li>電影</li>
     <li>綜藝</li>
     <li>動(dòng)漫</li>
     </ul>
     </p>
     <p class="content">
     <p class="select_p">
     <ul>
     <li onclick="window.location.href='https://www.hao123.com/'">瑯琊榜</li>
     <li onclick="window.location.href='https://www.hao123.com/'">盲約</li>
     <li onclick="window.location.href='https://www.hao123.com/'">無心法師</li>
     <li onclick="window.location.href='https://www.hao123.com/'">高能醫(yī)少</li>
     </ul>
     </p>
     <p>
     <ul>
     <li onclick="window.location.href='https://www.hao123.com/'">加勒比</li>
     <li onclick="window.location.href='https://www.hao123.com/'">繡春刀</li>
     <li onclick="window.location.href='https://www.hao123.com/'">鮫珠傳</li>
     <li onclick="window.location.href='https://www.hao123.com/'">變形金剛</li>
     </ul>
     </p>
     <p>
     <ul>
     <li onclick="window.location.href='https://www.hao123.com/'">坑王駕到</li>
     <li onclick="window.location.href='https://www.hao123.com/'">快樂大本營(yíng)</li>
     <li onclick="window.location.href='https://www.hao123.com/'">明星大偵探</li>
     <li onclick="window.location.href='https://www.hao123.com/'">爸爸去哪兒</li>
     </ul>
     </p>
     <p>
     <ul>
     <li onclick="window.location.href='https://www.hao123.com/'">友人帳</li>
     <li onclick="window.location.href='https://www.hao123.com/'">黑賊王</li>
     <li onclick="window.location.href='https://www.hao123.com/'">你的名字</li>
     <li onclick="window.location.href='https://www.hao123.com/'">柯南</li>
     </ul>
     </p>
     </p>
     </p>
     <script>
     var liList=document.querySelector('.nav_ul').querySelectorAll('li');
     var pList=document.querySelector('.content').querySelectorAll('p');
     var timer=null;
     // 每一個(gè)li鼠標(biāo)進(jìn)入事件
     for(var index=0;index<liList.length;index++){
     // 自執(zhí)行函數(shù)在一寫完、一綁定的時(shí)候,不需要觸發(fā)就執(zhí)行
     // 自執(zhí)行函數(shù)返回function,實(shí)際上 當(dāng)鼠標(biāo)進(jìn)入時(shí)實(shí)際上執(zhí)行的是返回的函數(shù)
     liList[index].onmouseenter= (function (selectIndex) {
     return function () {
     //增加延遲事件
     timer=setTimeout(function () {
     //清除所有樣式 li 顯示相應(yīng)p中的ul 樣式也去掉
     for(var i=0;i<liList.length;i++){
     liList[i].removeAttribute('class');
     pList[i].removeAttribute('class');
     }
     liList[selectIndex].setAttribute('class','select_li');
     pList[selectIndex].setAttribute('class','select_p');
     },600);
     };
     }(index));
     // 添加鼠標(biāo)移出事件,保證離開的時(shí)候清除延遲器,不影響下一次操作
     liList[index].onmouseleave = function (eve) {
     clearTimeout(timer);
     };
     }
     </script>
    
    </body>
    </html>

    聲明:本網(wǎng)頁(yè)內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com

    文檔

    js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件

    js如何實(shí)現(xiàn)鼠標(biāo)懸停一定時(shí)間后觸發(fā)事件:<!DOCTYPE html> <html> <head lang="en"> <meta charset="UTF-8"> <title>閉包--自執(zhí)行函數(shù)--案例--淘寶例子</title> <style type="text/css"> .container{ width: 300px; height: 150px; backg
    推薦度:
    • 熱門焦點(diǎn)

    最新推薦

    猜你喜歡

    熱門推薦

    專題
    Top
    主站蜘蛛池模板: 99riav国产精品| 99久久这里只有精品| 69久久夜色精品国产69 | 亚洲精品二三区| 亚洲乱码日产精品a级毛片久久| 亚洲国产精品ⅴa在线观看| 久久精品国产亚洲综合色| 国产精品久操视频| 四虎影院国产精品| 久久九九精品99国产精品| 国产亚洲精品一品区99热| 国产午夜精品久久久久九九| 亚洲一区爱区精品无码| 精品一区二区三区无码免费视频| 国产精品最新国产精品第十页| 91久久婷婷国产综合精品青草| 中文字幕精品视频在线| 久久久久久亚洲精品不卡| 精品国产三级a在线观看| 777被窝午夜精品影院| 精品久久久久久成人AV| 一本色道久久综合亚洲精品| 欧美精品一区二区久久| 国产精品无码A∨精品影院 | 亚洲一日韩欧美中文字幕欧美日韩在线精品一区二 | 精品国产乱码久久久久久浪潮| 亚洲AⅤ永久无码精品AA| 国产女人18毛片水真多18精品 | 四虎精品影库4HUTV四虎| 精品无码综合一区| 精品调教CHINESEGAY| 久久精品无码一区二区三区日韩| 国产精品青青在线观看爽香蕉| 成人国产精品一区二区视频| 亚洲线精品一区二区三区| 日韩精品欧美亚洲| 亚洲A∨午夜成人片精品网站 | 国产福利精品视频自拍| 91国内揄拍国内精品对白不卡| 国产精品99久久久久久宅男| 99久久伊人精品综合观看|