Skip to content

Instantly share code, notes, and snippets.

@jCrip
Created April 17, 2015 00:11
Show Gist options
  • Save jCrip/4782fa857d7da724f827 to your computer and use it in GitHub Desktop.
Save jCrip/4782fa857d7da724f827 to your computer and use it in GitHub Desktop.
jQuery request with fallback
<!-- jQuery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="/assets/js/vendor/jquery-1.11.1.min.js"><\/script>')</script>
<script src="//code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment