Skip to content

Instantly share code, notes, and snippets.

@rponte
Created October 22, 2010 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rponte/640987 to your computer and use it in GitHub Desktop.
Save rponte/640987 to your computer and use it in GitHub Desktop.
// Adding js script dynamically into page..
script = document.createElement("script");
script.src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js";
document.body.appendChild(script);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment