Skip to content

Instantly share code, notes, and snippets.

@tachyondecay
Created March 30, 2015 01:38
Show Gist options
  • Save tachyondecay/4dcc0490a1e3a87e3e84 to your computer and use it in GitHub Desktop.
Save tachyondecay/4dcc0490a1e3a87e3e84 to your computer and use it in GitHub Desktop.
jQuery from CDN with local fallback
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/jquery-1.11.2.min.js"><\/script>')</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment