摘要: $(function(){ $(document).bind("click",function(e) { var t = $(e.target); //#in,.dd 为指定的区域,#box为想消失的div if(!t.is('#in') && !t.is("#box") && !t.is(".dd")) { if ($('#box').is(':vi... 阅读全文
posted @ 2019-03-29 15:59 雪化山河 阅读(245) 评论(0) 推荐(0)