|
|
|
@ -563,14 +563,14 @@
|
|
|
|
|
$("#hint").hide();
|
|
|
|
|
}
|
|
|
|
|
}else{
|
|
|
|
|
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校。');
|
|
|
|
|
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校');
|
|
|
|
|
$("#hint").show();
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
$(document.body).click(function(e){
|
|
|
|
|
if($(e.target).attr("id") != 'search_school_result_list')
|
|
|
|
|
if($(e.target).attr("id") != 'search_school_result_list' && $(e.target).attr("id") != 'province')
|
|
|
|
|
{
|
|
|
|
|
$("#search_school_result_list").hide();
|
|
|
|
|
$("#hint").hide();
|
|
|
|
|