学校的查询与现实问题重做
This commit is contained in:
parent
e382cb5899
commit
0c1d7d420e
|
@ -563,14 +563,14 @@
|
||||||
$("#hint").hide();
|
$("#hint").hide();
|
||||||
}
|
}
|
||||||
}else{
|
}else{
|
||||||
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校。');
|
$("#hint").html('平台没有找到包含"'+e.target.value+'"的高校,创建该高校');
|
||||||
$("#hint").show();
|
$("#hint").show();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$(document.body).click(function(e){
|
$(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();
|
$("#search_school_result_list").hide();
|
||||||
$("#hint").hide();
|
$("#hint").hide();
|
||||||
|
|
Loading…
Reference in New Issue