Skip to content

Instantly share code, notes, and snippets.

@carolina-vallejo
Created September 26, 2017 14:59
Show Gist options
  • Save carolina-vallejo/8ee7df60c46542b441d7c701c8d1ec98 to your computer and use it in GitHub Desktop.
Save carolina-vallejo/8ee7df60c46542b441d7c701c8d1ec98 to your computer and use it in GitHub Desktop.
load script console
var script = document.createElement('script');
script.type = 'text/javascript';
script.src = 'https://code.jquery.com/jquery-3.2.1.min.js';
document.head.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment