Created
September 26, 2017 14:59
-
-
Save carolina-vallejo/8ee7df60c46542b441d7c701c8d1ec98 to your computer and use it in GitHub Desktop.
load script console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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