摘要: $(document).bind("click", function(e) { var target = $(e.target); if (target.closest("#id").length == 0) { //点击id之外的地方触发 //要实现的代码 } }) 阅读全文
posted @ 2020-06-17 16:47 啦咯 阅读(866) 评论(0) 推荐(0) 编辑