Skip to content

Instantly share code, notes, and snippets.

@mostafazh
Forked from zxcvbnm4709/gist:2656197
Last active December 15, 2015 06:09
Show Gist options
  • Save mostafazh/5214079 to your computer and use it in GitHub Desktop.
Save mostafazh/5214079 to your computer and use it in GitHub Desktop.
var script = document.createElement("script");
script.setAttribute("src", "http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js");
script.addEventListener('load', function() {
var script = document.createElement("script");
document.body.appendChild(script);
}, false);
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment