Created
January 27, 2020 21:45
-
-
Save sashadev-sky/7d35227af22bbe39c5372b4000928481 to your computer and use it in GitHub Desktop.
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 jqry = document.createElement('script'); | |
jqry.src = "https://code.jquery.com/jquery-3.3.1.min.js"; | |
document.getElementsByTagName('head')[0].appendChild(jqry); | |
``` | |
Now `$` and all the other good stuff will be available |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment