遮罩层点击空白退出代码

 $("#keyInPwd").on("click",function(e){
var target  = $(e.target);           
if(target.closest(".innerInfo").length == 0){               
hidePwdMask()            
}e.stopPropagation();
});

 

posted @ 2016-08-25 10:21  柒叶  阅读(290)  评论(0编辑  收藏  举报