Skip to content

Instantly share code, notes, and snippets.

@yukulele
Last active June 23, 2018 19:26
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 yukulele/01c250604d55c0e1950e979203b92eee to your computer and use it in GitHub Desktop.
Save yukulele/01c250604d55c0e1950e979203b92eee to your computer and use it in GitHub Desktop.
function parseHtmlFragment(str = '') {
var t = document.createElement('template')
t.innerHTML = str
return t.content.cloneNode(true)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment