摘要:
$(function(){ $(document).bind("click",function(e){ var target = $(e.target); if(target.closest(".pop").length == 0){ $(".pop").hide(); } }) }) 阅读全文
posted @ 2013-10-12 17:40 小强有毒 阅读(196) 评论(0) 推荐(0)
|
|
|
|
摘要:
$(function(){ $(document).bind("click",function(e){ var target = $(e.target); if(target.closest(".pop").length == 0){ $(".pop").hide(); } }) }) 阅读全文
posted @ 2013-10-12 17:40 小强有毒 阅读(196) 评论(0) 推荐(0) |
|