Skip to content

Instantly share code, notes, and snippets.

@sashadev-sky
Created January 27, 2020 21:45
Show Gist options
  • Save sashadev-sky/7d35227af22bbe39c5372b4000928481 to your computer and use it in GitHub Desktop.
Save sashadev-sky/7d35227af22bbe39c5372b4000928481 to your computer and use it in GitHub Desktop.
```
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