我想知道是否从 rails3 中删除了 :with 属性,因为我在 rails3 api 中找不到任何东西 - http://rails3api.s3.amazonaws.com
任何人都有关于如何使用 :with 参数通过 link_to 发送数据的线索或提示
非工作示例:
= link_to "Foo", {:action => "filter", :filter => "filter1",:with => "'test='+$('search').value"}, :remote => true, :class => "trash unselected", :id => "boo"
谢谢!