Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save greenido/6571091 to your computer and use it in GitHub Desktop.
Save greenido/6571091 to your computer and use it in GitHub Desktop.
// First let's call the 'angles'
var jq = document.createElement('script');
jq.src = "//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
document.getElementsByTagName('head')[0].appendChild(jq);
// Second, give this jQuery script time to load and:
jQuery.noConflict();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment