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 action.js.erb file
$('#message_content').attr('value','');
Where action is the method name (which you don't state in your question) in your controller