English 中文(简体)
铁路3:通过js/proto类型以遥控形式提交
原标题:Rails 3: trigger submit on remote form via js/prototype

I m从事铁路转换和旧铁路运输工程,从2.3.14铁路转至3.0铁路。

它仍在使用“proto”型号(改变为“Query”是我们移民道路上后来的一个步骤),因此,请不回答“Quickery”。

我们用拖拉来敲响了许多表格,我们目前作为阿富汗复兴开发银行提交,只要 pull倒之一发生变化。

Rails 2.3版本中,我们使用了form_remote_tag,然后使用onchange。 退出活动将称为<代码>$(我的形式)。

Rails 3.0 Branch中,我们把表格转换成form_ with :remote => real,然而,当我们从拉平报告中选择一个选项时,“火焰”报告$>(我的做法)onsubmit不是功能。

改用<代码>$(我的格式)。

关于如何利用拉皮条交换活动提交形式与原型和铁路3有关的建议?

感谢!

最佳回答

图2 我简单删除了<代码>:remote => real from the form_tag/,并在其中添加以下论点......

:onsubmit => “new Ajax.Request( #{url} ),{asynchronous:true, evalembes:true, methods: 获取,参数:Form.serialize(this)}); 返还假;

这基本上照搬了旧的<代码>form_remote_tag所使用的方法。

这只是一个永久解决办法。 只是把我们推向把这一 app变成 j的跳板。

问题回答

暂无回答




相关问题
ajax login using httpRequest?

I am trying to develop my login script to give feedback to the user if the login is valid or not. Basically if it isn t correct a div box will show saying its wrong, if its correct it will show its ...

Virtual Tour using sketch up, ajax, flash technologies

I want to know if there are existing technology that make your 3d models in sketch into virtual tours, using either Ajax or Flash for web presentation. If there s none, which will be a good approach ...

How can i update div continuously

I have asp.net application where i have a div which showing the value from other site. The value of that site is changing continuously. I want that my div will automatically update in some interval ...