码迷,mamicode.com
首页 > 其他好文 > 详细

enter键回车绑定多个事件

时间:2018-06-27 15:01:07      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:undefined   add   efi   dialog   log   nbsp   IV   fun   attr   

   $(function(){

        document.onkeydown = function(e){
            if(!e){
             e = window.event;
            }
            if((e.keyCode || e.which) == 13){
               if($("#add_school_dialog").attr("style")!=undefined){
                   if($("#add_school_dialog").is(":visible")){
                       $("#add_schol_button").click();
                    } 
               }
              if($("#register_dialog").attr("style")!=undefined){
                   if($("#register_dialog").is(":visible")){
                    $("#register_dialog_button").click();
                    } 
               }
              if($("#55dc111ce0f4eace").attr("style")!=undefined){
                  if($("#55dc111ce0f4eace").is(":visible")){
                     $("#55dc111ce0f4eace").find(".btn-default").click();
                      } 
               }
            }
           }
    })

 

enter键回车绑定多个事件

标签:undefined   add   efi   dialog   log   nbsp   IV   fun   attr   

原文地址:https://www.cnblogs.com/moonlignt/p/9233849.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!