Google CDN jQuery loading fallback


/ Published in: jQuery
Save to your folder(s)

This code snippet fetches the very latest minified version of jQuery from Google's CDN. If this is not available, we revert to a locally stored version (current version at time of publish was 1.7.1 - update this to suit going forward).


Copy this code and paste it in your HTML
  1. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
  2. <script>!window.jQuery && document.write('<script src="js/jquery-1.7.1.min.js"><\/script>')</script>

URL: http://darrenhuskie.com/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.