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でこれを行うことができますか?