Skip to content

Instantly share code, notes, and snippets.

@icehongssii
Created January 24, 2019 18:13
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 icehongssii/003c7f7b517c5b06d1d0cdda96a2e316 to your computer and use it in GitHub Desktop.
Save icehongssii/003c7f7b517c5b06d1d0cdda96a2e316 to your computer and use it in GitHub Desktop.
function loadScript(src) {
let script = document.createElement('script');
script.src = src;
document.head.append(script);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment