使用 remote 提交表单和连接的时候,有时候会是 ajax 形式的提交,有时候又不是,请问其中有什么关键的点呢?
大大们帮帮忙~~
加了源码~~
<%= form_tag update_person_edit_checkmen_path ,:remote =>true do%>
Component <%= text_field_tag :component , "#{@component}"%> name <%=text_field_tag :name,"",:placeholder=>"Name" %> First Name <%= text_field_tag :firstname %> Last Name <%= text_field_tag :lastname %> Eid <%= text_field_tag :eid %> Email <%= email_field_tag :email %>