点击元素外触发事件

$("#元素").bind("click",function(e){
    if($(e.target).closest("#元素").length == 0){
       方法();
    }
});

点击元素外的元素,触发方法get

相关文章
相关标签/搜索