Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save philippebarbosa/5684148 to your computer and use it in GitHub Desktop.
Save philippebarbosa/5684148 to your computer and use it in GitHub Desktop.
Set jquery with a 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