Fork me on GitHub

jQuery点击div其他地方隐藏div

$(document).bind("click",function(e){ 
            var target = $(e.target); 
            if(target.closest("#regionlist,#selectRegion").length == 0){ 
                $("#regionlist").hide(); 
            } 
 }) 

 

posted on 2015-03-24 11:19  雨为我停  阅读(789)  评论(0编辑  收藏  举报