From 880c66c659550bf4d3fa725fccd4c6ecd17a1f95 Mon Sep 17 00:00:00 2001 From: daiao <358551898@qq.com> Date: Wed, 28 Dec 2016 14:40:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=BA=E6=9C=AC=E8=B5=84=E6=96=99=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E7=9A=84=E5=8D=95=E4=BD=8D=E5=90=8D=E7=A7=B0=E8=A2=AB?= =?UTF-8?q?=E6=B8=85=E6=A5=9A=E5=90=8E=EF=BC=8C=E9=87=8D=E6=96=B0=E6=81=A2?= =?UTF-8?q?=E5=A4=8D=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/views/my/account.html.erb | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/views/my/account.html.erb b/app/views/my/account.html.erb index 0b6e51f6b..560c10d8f 100644 --- a/app/views/my/account.html.erb +++ b/app/views/my/account.html.erb @@ -665,6 +665,12 @@ $('#my_account_form').submit(); } + $("#province").blur(function(){ + if($(this).val() == ""){ + $(this).attr("placeholder","--请搜索您所在的高校(单位)--"); + } + }) +