• 手机版

    扫码体验手机版

  • 微信公众号

    扫码关注公众号

国内首家协议开发

软芯音视解码保护平台

在线
客服

发布
需求

在线
聊天

天盟
APP

天盟APP下载

关注
微信

微信扫一扫访问
顶部

求大神解释为什么我这个代码键盘事件放在后面就不能用了

下拉菜单
   
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;}

   <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;
   
    // 点击三角时
    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){
               index=0;
             }
             as[index].style.background="#ccc";
          }
          // 如果按下了向上方向键
          if(e.keyCode==38){

             if(index

免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。

版权声明:作者保留权利,不代表天盟立场。

使用道具 举报

全部参与1

.那是因为你把键盘事件放在了 window.onload 事件外面了, onkeyup 不识别 as 了.

使用道具 举报

发新帖

发布任务需求已有1031284位用户正在使用天盟网服务

发布分类: *
任务预算: *
需求内容: *
手机号码: *
任务商家报价为
  • 预算价 :
  • 成交价 :
  • 完工期 :
  • 质保期 :

* 最终任务项目以服务商报价、双方协商为准!