基本资料页面的单位名称被清楚后,重新恢复提示
This commit is contained in:
parent
fc439e562d
commit
880c66c659
|
@ -665,6 +665,12 @@
|
|||
|
||||
$('#my_account_form').submit();
|
||||
}
|
||||
$("#province").blur(function(){
|
||||
if($(this).val() == ""){
|
||||
$(this).attr("placeholder","--请搜索您所在的高校(单位)--");
|
||||
}
|
||||
})
|
||||
|
||||
</script>
|
||||
<script type="text/javascript">
|
||||
function g(o){return document.getElementById(o);}
|
||||
|
|
Loading…
Reference in New Issue