$(document).bind("click",function(e){
var target = $(e.target);
if(target.closest(".certificate_id").length == 0){
$(".certificate_id .list_select").remove();
}
});
posted on 2019-12-03 09:33 24ming 阅读(908) 评论(0) 编辑 收藏 举报