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

Posted

tags:

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

Grab Google CDN's jQuery. Fall back to local if necessary, Taken from the html5 Boilerplate.
  1. <!-- Grab Google CDN's jQuery. fall back to local if necessary -->
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
  3. <script>!window.jQuery && document.write('<script src="js/jquery-1.4.2.min.js"></script>')</script>

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

使用 Google 托管 jQuery 的最佳方式,但回退到我在 Google 上的托管库失败

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

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

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

检查jQuery CDN,回退到本地版本

PHP 从CDN加载jQuery,回退到本地(对于Wordpress)