Skip to content

Instantly share code, notes, and snippets.

@omniosi
Created May 13, 2012 17:11
Show Gist options
  • Save omniosi/2689330 to your computer and use it in GitHub Desktop.
Save omniosi/2689330 to your computer and use it in GitHub Desktop.
JQuery CDN hosted with local fallback
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript">window.jQuery || document.write('<script type="text/javascript" src="path/to/your/jquery"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment