国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jquery實現tab鍵進行選擇后enter鍵觸發click行為

2019-11-19 17:00:00
字體:
來源:轉載
供稿:網友

這種使用場景為當首頁有幾個鏈接需要選擇的時候,使用鍵盤就可以進行觸發行為

復制下來放本地用吧 網頁上直接測試有問題

效果圖:

下面是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>

以上就是本文的全部內容,希望本文的內容對大家的學習或者工作能帶來一定的幫助,同時也希望多多支持武林網!

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 大名县| 大城县| 西和县| 永定县| 剑河县| 沙田区| 皋兰县| 沙田区| 扬州市| 麻阳| 自贡市| 淮南市| 建平县| 花莲市| 通州市| 宁阳县| 九台市| 眉山市| 察哈| 扎囊县| 万全县| 安吉县| 曲阜市| 广宁县| 南漳县| 亳州市| 大田县| 南投市| 囊谦县| 安岳县| 南康市| 温泉县| 大关县| 平顶山市| 临朐县| 龙川县| 蓝山县| 凭祥市| 青龙| 嘉禾县| 长顺县|