Skip to content

Instantly share code, notes, and snippets.

Created March 2, 2012 22:12
Show Gist options
  • Save anonymous/1961750 to your computer and use it in GitHub Desktop.
Save anonymous/1961750 to your computer and use it in GitHub Desktop.
function newDiv(html) {
var div = document.createElement('div');
div.innerHTML = text;
return div;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment