Rails 3 中的 link_to_remote 和 link_to
我是西班牙 Rails 开发新手。 ¿你能帮我解决 Rails 的问题吗?
我有一个带有 RoR 2 和 Google 地图的应用程序,我捕获 X 和 Y 坐标 发送到控制器。我在方法中使用 :with 参数
:catastro,:url => {:controller => "instalacions", :action => "catastro_ajax" }, :with=>"'coordx='+$('instalacion_longitud').value+'&coordy='+$('instalacion_latitud').value" %>:with 我使用原型从输入文本传递值,但在 Rails 3 中,指令 link_to 没有 :with 方法,我不知道如何将输入文本中的值传递到控制器。
我如何将此指令迁移到 Rails 3?我只需要知道如何 捕获输入文本值以发送到控制器。
谢谢!!
PS:对不起我的英语!!!!
I'm a newbie spanish Rails developer. ¿Can u help me with a problem with Rails?
I have an application with RoR 2 and Google maps and i catch X and Y coord
to send to a controller. I use :with parameter
:catastro,:url =>
{:controller => "instalacions", :action => "catastro_ajax" }, :with=>"'coordx='+$('instalacion_longitud').value+'&coordy='+$('instalacion_latitud').value" %>
In the method :with i pass values from input text using prototype, but in Rails 3 the instruction link_to haven't :with method and i don´t know how to pass values from input text to a controller.
How can i migrate this instruction to Rails 3? I only need know how to
capture the input text values to send to the controller.
Thanks!!
PS: Sorry for my english!!!!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您需要停止使用干扰性的 JavaScript。要了解这个概念以及如何实现它,请查看这个railscast:http: //railscasts.com/episodes/205-unobtrusive-javascript
You'll need to stop using obtrusive javascript. To get a grasp of the concept and how to implement it, take a look at this railscast: http://railscasts.com/episodes/205-unobtrusive-javascript