Last active
September 21, 2016 12:35
-
-
Save flipsi/1f3c9f7848ff3d4a40ec4d3bea77935c to your computer and use it in GitHub Desktop.
jQuery from CDN with localhost fallback
This file contains hidden or 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
<script src="http://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script> | |
<script>!window.jQuery && document.write('<script src="lib/jquery-3.1.0.min.js"><\/script>')</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment