Skip to content

Instantly share code, notes, and snippets.

@donovan-duplessis
Created August 3, 2012 07:03
Show Gist options
  • Save donovan-duplessis/3245252 to your computer and use it in GitHub Desktop.
Save donovan-duplessis/3245252 to your computer and use it in GitHub Desktop.
Load jQuery from Google CDN, fallback local copy
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script>window.jQuery || document.write("<script src='js/libs/jquery-1.7.2.min.js'>\x3C/script>")</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment