如何在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做什么?