Skip to content

Instantly share code, notes, and snippets.

@robertosljunior
Created July 11, 2016 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save robertosljunior/08ed30c92d00bea604c5d0cacded5faa to your computer and use it in GitHub Desktop.
Save robertosljunior/08ed30c92d00bea604c5d0cacded5faa to your computer and use it in GitHub Desktop.
Load jquery
(function (d) {
if (typeof jQuery != 'undefined') {
s = d.createElement('script');
s.src = 'https://code.jquery.com/jquery-1.12.4.min.js';
s.type = 'type/javascript';
d.getElementsByTagName('head')[0].appendChild(s);
alert(jQuery.fn.jquery);
}
})(document);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment