我如何在 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 做到这一点?