
$("body").bind("click",function(event){
var evt = event.srcElement ? event.srcElement : event.target;
console.log(evt.id);
if(evt.id=='id_a') return;
else{
$('.onInterlinkageMoreNone').hide();
}
});



by: 发表于:2017-10-17 15:02:01 顶(0) | 踩(0) 回复
??
回复评论