Skip to content

Instantly share code, notes, and snippets.

@gearmobile
Last active January 9, 2016 08:42
Show Gist options
  • Save gearmobile/a9f81985368e6d1f8179 to your computer and use it in GitHub Desktop.
Save gearmobile/a9f81985368e6d1f8179 to your computer and use it in GitHub Desktop.
Check jQuery Loading via CDN
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="js/vendor/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