所以..有可能吗?像这样的东西:
在视图中
f.text_field :amount,:onchange=>remote_function(:url=>{:controller=>:expenses,:action=>:sum_total,:amount => "¿¿ this.value() ???"}) % >
在费用控制器中,动作 sum_total 得到一个参数“金额”。
我知道我可能需要添加到 routes.rb ..match 'expenses/sum_total/:amount' => "expenses#sum_total", :as=>:sum_total, :via=>:post
我已经用 colection_select 做了这样的事情,并且像"with="'parameter='+this.value()")
使用 text_field 一样传递参数似乎没有用
非常感谢
我尝试了所有组合,但没有结果。