Skip to content

Instantly share code, notes, and snippets.

@rck109d
Created May 12, 2015 16:21
Show Gist options
  • Save rck109d/557467af4541ae8073f8 to your computer and use it in GitHub Desktop.
Save rck109d/557467af4541ae8073f8 to your computer and use it in GitHub Desktop.
give jQuery
var jqs = document.createElement('script');
jqs.type = 'text/javascript';
jqs.src = '//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js';
document.body.appendChild(jqs);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment