Skip to content

Instantly share code, notes, and snippets.

@sters
Created February 23, 2014 04:29
Show Gist options
  • Select an option

  • Save sters/9166817 to your computer and use it in GitHub Desktop.

Select an option

Save sters/9166817 to your computer and use it in GitHub Desktop.
(function jQuery_load(){
var head = document.getElementsByTagName("head")[0];
var sc = document.createElement("script");
sc.src = "//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js";
head.appendChild(sc);
sc.onload = function(){
jQuery.noConflict();
window.$jQ = jQuery;
};
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment