I\'m using Rails 3 with jQuery, and have a simple form with a single text input and a submit button. I have the form submitting with :remote => true, and wou
:remote => true
In your model.js file
$('#element_id').val(' ');
It work's for me, you can try this.