01 2018 档案

摘要:$(document).mouseup(function(e){ var modal = $('.modal'); // 设置目标区域 if(!modal.is(e.target) && modal.has(e.target).length 0){ do what you want... } }); 阅读全文
posted @ 2018-01-31 18:52 小莫_yu 阅读(500) 评论(0) 推荐(0)