摘要: $(document).click(function(e){ var _con = $('.tardiv'); // 设置目标区域 if(!_con.is(e.target) && _con.has(e.target).length 0){ $('.tardiv').remove(); } }); 阅读全文
posted @ 2017-10-08 22:33 惊沙男孩 阅读(250) 评论(0) 推荐(0)