Skip to content

Instantly share code, notes, and snippets.

@kyuwoo-choi
Last active May 28, 2018 14:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kyuwoo-choi/2bdd6fe49aca233eb9d13307e20399dd to your computer and use it in GitHub Desktop.
Save kyuwoo-choi/2bdd6fe49aca233eb9d13307e20399dd to your computer and use it in GitHub Desktop.
const wrapper = document.createElement('div');
const content = document.createElement('div');
...
anotherElement.innerText = someText;
...
document.body.appendChild(wrapper);
wrapper.appendChild(content);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment