Imperavi Redactor content not being copied over to hidden textarea
问题 I'm trying to use the Imperavi Redactor control for my rich text editing here: <div class="control-group"> <%= f.label :description %> <div class="controls"> <%= f.text_area :description, :class => "richtext" %> </div> </div> $(document).ready(function(){ $('.richtext').redactor(); }); The rich text editor appears and works fine, however when I type in content, I can see using the Inspect Element in Google Chrome that the html markup is not being copied over to the hidden text area. See: <div