Skip to content

Instantly share code, notes, and snippets.

@flipsi
Last active September 21, 2016 12:35
Show Gist options
  • Save flipsi/1f3c9f7848ff3d4a40ec4d3bea77935c to your computer and use it in GitHub Desktop.
Save flipsi/1f3c9f7848ff3d4a40ec4d3bea77935c to your computer and use it in GitHub Desktop.
jQuery from CDN with localhost fallback
<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