Skip to content

Instantly share code, notes, and snippets.

@guinslym
Created January 3, 2014 05:16
Show Gist options
  • Save guinslym/8233175 to your computer and use it in GitHub Desktop.
Save guinslym/8233175 to your computer and use it in GitHub Desktop.
to append a new form and to change the id
$('#replyForm').append("<%= escape_javascript(render(@newForm)) %>");
$('#newForm').attr('id', 'newid');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment