Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save chrisheseltine/f27108812b48aeefc4599d07e6ba0494 to your computer and use it in GitHub Desktop.
Save chrisheseltine/f27108812b48aeefc4599d07e6ba0494 to your computer and use it in GitHub Desktop.
var string = "
<tr>
<td>
text
</td>
</tr>
";
document.getElementById('mainTable').innerHTML = string;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment