Skip to content

Instantly share code, notes, and snippets.

@colinhicks
Last active December 10, 2015 14:29
Show Gist options
  • Save colinhicks/4448081 to your computer and use it in GitHub Desktop.
Save colinhicks/4448081 to your computer and use it in GitHub Desktop.
Basic jQuery CDN fallback
<script src="http://the.cdn.com/path/to/jquery.js"></script>
<script>window.jQuery || document.write('<script src="local/path/to/jquery.js"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment