Skip to content

Instantly share code, notes, and snippets.

@JDMcKinstry
Last active December 17, 2015 15:19
Show Gist options
  • Select an option

  • Save JDMcKinstry/5631257 to your computer and use it in GitHub Desktop.

Select an option

Save JDMcKinstry/5631257 to your computer and use it in GitHub Desktop.
if(typeof jQuery === 'undefined') {
// jQuery site src: https://code.jquery.com/jquery-1.9.1.min.js
var $script = document.createElement("script");
$script.src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js";
$script.type = "text/javascript";
document.getElementsByTagName('head')[0].appendChild($script);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment