Skip to content

Instantly share code, notes, and snippets.

@demsey2
Last active December 22, 2015 00:26
Show Gist options
  • Save demsey2/9d689558c811a47f427c to your computer and use it in GitHub Desktop.
Save demsey2/9d689558c811a47f427c to your computer and use it in GitHub Desktop.
var jq = document.createElement('script');
jq.src = "https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment