附录 我有这样的形式(在I ve set @alert =ert.new)。
<%= form_for( @alert, :remote => true ) do |f| %>
...
这部工程是罚款的,当我点击提交我时,我就拿了。
最后,我进入了 app/view/c。
However, if I render the form through a JQuery call the :remote => true seems to be forgotten.
$("div.new_alert").html( "<%= escape_javascript( render( :partial => "alerts/form" ) ) %>" );
现在,当我点击提交我时,我就跑了。
Processing by AlertsController#create as HTML
和形式. . .html
我能如何通过“联合之四”使形式成为形式,并且仍然能够作为联合材料处理?