Skip to content

Instantly share code, notes, and snippets.

@tcdevs
Created June 3, 2013 06:39
Show Gist options
  • Save tcdevs/5696450 to your computer and use it in GitHub Desktop.
Save tcdevs/5696450 to your computer and use it in GitHub Desktop.
HTML: jquery fallback
<!-- load Jquery remote with fallback to local -->
<script src="http://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