$("#file_description_show_<%= @attachment.id %>").html("<%= escape_javascript render(:partial => "files/file_description", :locals => {:file => @attachment}) %>"); $("#file_description_show_<%= @attachment.id %>").show(); $("#file_description_edit_<%= @attachment.id %>").hide();