项目邮件邀请:正则匹配触发事件改成失去鼠标焦点

(否则输入一个字母也会触发,给人感觉邮箱已经错误)
This commit is contained in:
huang 2015-03-21 10:53:06 +08:00
parent 27b8af61c4
commit 9e297609fd
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@
</div>
<%= form_tag('send_mail_to_member', :controller => 'projects',:action => 'send_mail_to_member', method: 'get') do %>
<span id="valid_email" style="color: #FF0000;"></span>
<%= text_field_tag 'mail', '', :class => "fb_item fl", :placeholder => l(:label_input_email), :onkeyup => "verifyAddress();" %>
<%= text_field_tag 'mail', '', :class => "fb_item fl", :placeholder => l(:label_input_email), :onblur => "verifyAddress();" %>
<div class="cl"></div>
<div class="cl"></div>
<a href="#" class="btn_free" onclick="senderEmail($(this));">