Return to Snippet

Revision: 32670
at October 1, 2010 17:24 by f6design


Initial Code
<!-- Grab Google CDN's jQuery. fall back to local if necessary -->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"><\/script>')</script>

Initial URL
http://html5boilerplate.com/

Initial Description
Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the HTML5 Boilerplate.

Initial Title
Use Google CDN jQuery but fallback to local copy

Initial Tags
javascript, html, google, jquery

Initial Language
HTML