這種使用場(chǎng)景為當(dāng)首頁(yè)有幾個(gè)鏈接需要選擇的時(shí)候,使用鍵盤(pán)就可以進(jìn)行觸發(fā)行為
成都創(chuàng)新互聯(lián)主要從事做網(wǎng)站、成都網(wǎng)站建設(shè)、網(wǎng)頁(yè)設(shè)計(jì)、企業(yè)做網(wǎng)站、公司建網(wǎng)站等業(yè)務(wù)。立足成都服務(wù)靖邊,十多年網(wǎng)站建設(shè)經(jīng)驗(yàn),價(jià)格優(yōu)惠、服務(wù)專業(yè),歡迎來(lái)電咨詢建站服務(wù):13518219792
復(fù)制下來(lái)放本地用吧 網(wǎng)頁(yè)上直接測(cè)試有問(wèn)題
效果圖:
下面是demo代碼
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>9</title> <script type="text/javascript" src="http://cdn.static.runoob.com/libs/jquery/1.10.2/jquery.min.js"></script> <style type="text/css"> .active{ background: pink; } </style> </head> <body> <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" onclick="aa(111)">111111111111111111</a> <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" onclick="aa(2222)">222222222222222222</a> <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" onclick="aa(3333)">333333333333333333333</a> <a class="active" href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" onclick="aa(44444)">4444444444444444444444</a> <!-- <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >111111111111111</a> --> <!-- <script type="text/javascript"> $("body").on("click",function(){ var $active=$(".active"); var index=$active.index(); var totalLength=$("div").length; if (index==totalLength-1) { $($("div")[0]).addClass("active").siblings("div").removeClass("active"); }else{ $active.next().addClass("active").siblings("div").removeClass("active"); } }) </script> --> <script type="text/javascript"> document.onkeydown=function(event){ var e = event || window.event || arguments.callee.caller.arguments[0]; if(e && e.keyCode==9){ // console.log(9999); var $active=$(".active"); var index=$active.index(); var totalLength=$("a").length; if (index==totalLength-1) { $($("a")[0]).addClass("active").siblings("a").removeClass("active"); }else{ $active.next().addClass("active").siblings("a").removeClass("active"); } return false; } if(e && e.keyCode==13){ // enter 鍵 var $active=$(".active"); // var aa=$active.value; // $active.click(function(event) { // /* Act on the event */ // }); $active.trigger("click"); // console.log(aa); // console.log(9999); } }; </script> <!-- <script type="text/javascript"> var $active=$(".active"); var aa=$active.value; console.log(aa); </script> --> <script type="text/javascript"> function aa(ss){ alert(ss); } </script> <!-- <script type="text/javascript"> var arr=[1,2,3]; var index = Math.floor((Math.random()*arr.length)); console.log(arr[index]); </script> --> </body> </html>
以上就是本文的全部?jī)?nèi)容,希望本文的內(nèi)容對(duì)大家的學(xué)習(xí)或者工作能帶來(lái)一定的幫助,同時(shí)也希望多多支持創(chuàng)新互聯(lián)!
分享名稱:jquery實(shí)現(xiàn)tab鍵進(jìn)行選擇后enter鍵觸發(fā)click行為
網(wǎng)頁(yè)鏈接:http://jinyejixie.com/article34/pshise.html
成都網(wǎng)站建設(shè)公司_創(chuàng)新互聯(lián),為您提供自適應(yīng)網(wǎng)站、外貿(mào)網(wǎng)站建設(shè)、App開(kāi)發(fā)、商城網(wǎng)站、手機(jī)網(wǎng)站建設(shè)、建站公司
聲明:本網(wǎng)站發(fā)布的內(nèi)容(圖片、視頻和文字)以用戶投稿、用戶轉(zhuǎn)載內(nèi)容為主,如果涉及侵權(quán)請(qǐng)盡快告知,我們將會(huì)在第一時(shí)間刪除。文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如需處理請(qǐng)聯(lián)系客服。電話:028-86922220;郵箱:631063699@qq.com。內(nèi)容未經(jīng)允許不得轉(zhuǎn)載,或轉(zhuǎn)載時(shí)需注明來(lái)源: 創(chuàng)新互聯(lián)