点击除指定区域外的空白处,隐藏div
程序员文章站
2022-10-08 20:01:45
......
<script> $(document).click(function (e) { var $target = $(e.target);
//点击.zanpl和.quanzipl以外的地方 隐藏.quanzipl和footer
if(!$target.is('.zanpl *') && !$target.is('.quanzipl *')) {
$('.quanzipl').hide();
$('footer').show(); }
});
</script>
上一篇: ES6-字符串模板
下一篇: 包拯巧断牛舌案!为什么说包拯铁面无私?