Google CDN jQuery加载回退

Posted

tags:

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

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).
  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>

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

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

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

Google CDN jQuery本地版本回退

Google CDN托管jQuery和本地回退

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

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