Skip to content

Instantly share code, notes, and snippets.

@colinhicks
Last active December 10, 2015 14:29
Show Gist options
  • Save colinhicks/4448081 to your computer and use it in GitHub Desktop.
Save colinhicks/4448081 to your computer and use it in GitHub Desktop.

Revisions

  1. colinhicks renamed this gist Jan 3, 2013. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. colinhicks created this gist Jan 3, 2013.
    2 changes: 2 additions & 0 deletions Basic jQuery CDN fallback
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    <script src="http://the.cdn.com/path/to/jquery.js"></script>
    <script>window.jQuery || document.write('<script src="local/path/to/jquery.js"><\/script>')</script>