Google CDN jQuery本地版本回退

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Google CDN jQuery本地版本回退相关的知识,希望对你有一定的参考价值。

This is mostly taken from the html5 Boilerplate project so kudos go there.

Dont forget to update the local URL paths.
  1. <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
  2. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
  3. <script>window.jQuery || document.write("<script src='jquery/1.3.2/jquery.min.js'>x3C/script>")</script>
  4. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.7.3/jquery-ui.min.js"></script>
  5. <script>window.jQuery.ui || document.write("<script src='jqueryui/1.7.3/jquery-ui.min.js'>x3C/script>")</script>

以上是关于Google CDN jQuery本地版本回退的主要内容,如果未能解决你的问题,请参考以下文章

如何从 Zepto 回退到 Google CDN jQuery 到本地 jQuery?

Google CDN托管jQuery和本地回退

使用Google CDN jQuery,但回退到本地副本

JavaScript 从Google CDN加载jQuery,但如果失败则回退到本地

从Google的CDN加载jQuery的正确方法,如果需要,可以使用回退到本地库

Google CDN jQuery加载回退