Skip to content

Instantly share code, notes, and snippets.

@joseph-turner
Created April 15, 2013 16:48
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 joseph-turner/5389485 to your computer and use it in GitHub Desktop.
Save joseph-turner/5389485 to your computer and use it in GitHub Desktop.
Loading jQuery from google with local fallback.
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-1.9.1.min.js"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment