Skip to content

Instantly share code, notes, and snippets.

View JasonMortonNZ's full-sized avatar

Jason Morton JasonMortonNZ

View GitHub Profile
@JasonMortonNZ
JasonMortonNZ / jQuery with fallback
Last active December 16, 2015 04:59 — forked from ZweiSteinSoft/jquery-fallback.html
jQuery with Google CDN Fallback
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="//yoursite.com/libs/jquery.js"><\/script>')</script>