Skip to content

Instantly share code, notes, and snippets.

@nordinrahman
Created December 23, 2016 03:14
Show Gist options
  • Select an option

  • Save nordinrahman/51390f7be84ff12b0bd322688a957c38 to your computer and use it in GitHub Desktop.

Select an option

Save nordinrahman/51390f7be84ff12b0bd322688a957c38 to your computer and use it in GitHub Desktop.
Append jQuery to current page
(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