Skip to content

Instantly share code, notes, and snippets.

@mojaray2k
Created March 6, 2013 06:20
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 mojaray2k/5097154 to your computer and use it in GitHub Desktop.
Save mojaray2k/5097154 to your computer and use it in GitHub Desktop.
You can use this script to load a local copy of your jquery file if you cannot get it from http://code.jquery.com/jquery-latest.min.js
//jquerycdnfallback.js
if (typeof jQuery == 'undefined') {
document.write(unescape("%3Cscript src='_assets/js/jquery-latest.min.js' type='text/javascript'%3E%3C/script%3E"));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment