Created
December 23, 2016 03:14
-
-
Save nordinrahman/51390f7be84ff12b0bd322688a957c38 to your computer and use it in GitHub Desktop.
Append jQuery to current page
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
| (function(src){var s = document.createElement('script'); s.setAttribute('type', 'text/javascript'); s.setAttribute('src', src); document.head.appendChild(s); })('https://code.jquery.com/jquery-3.1.1.js'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment