Created
January 8, 2013 17:23
-
-
Save toddmotto/4485795 to your computer and use it in GitHub Desktop.
Google CDN fallback to CloudFlare CDN
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- jQuery CDN Failsafe to CloudFlare CDN --> | |
<script>window.jQuery || document.write('<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.8.3/jquery.min.js"><\/script>');</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment