Skip to content

Instantly share code, notes, and snippets.

@ywatase
Created December 28, 2012 02:28
Show Gist options
  • Save ywatase/4393973 to your computer and use it in GitHub Desktop.
Save ywatase/4393973 to your computer and use it in GitHub Desktop.
dy.appendChild((function(){
var s = document.createElement("script");
s.type = "text/javascript";
s.src = "http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js";
s.onload = function() {
window.jQuery.noConflict();
};
return s;
})());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment