rails 3 remote_function原型转换为jQuery

时间:2012-11-20 17:04:33

标签: jquery ruby-on-rails-3 prototype

如何在rails 3.1中完成此操作?

<input type="radio" name='radiotype' value='ord' checked="checked"
                    onclick="<%= remote_function(:controller=>'controllername', :update => 'wrapper', :action => :radiotype, :with => 'Form.Element.serialize(this)' ) %>"
                />

我环顾四周,我知道remote_function已经消失了,我怎么能用jQuery做什么?

0 个答案:

没有答案