点击空白关闭弹窗

$(document).mouseup(function(e){
var _con = $('#yrdy'); // 设置目标区域
if(!_con.is(e.target) && _con.has(e.target).length === 0){ // Mark 1
功能区
}
});
posted @ 2021-10-29 11:12  桃凌悦  阅读(79)  评论(0)    收藏  举报