Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save warriorg/c1a8e9c909a6d1d64df6 to your computer and use it in GitHub Desktop.
Save warriorg/c1a8e9c909a6d1d64df6 to your computer and use it in GitHub Desktop.
Javascript:调用Google CDN的jQuery库,如果失败使用本地jQuery库
<!-- 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment