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

Posted

tags:

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

Use CDN if online. Fallback to local version if offline.
  1. <!-- Google AJAX Libraries - jQuery 1.7.1 at 2011-12 -->
  2. <script src="http://www.google.com/jsapi"></script>
  3. <script type="text/javascript">
  4. google.load("jquery", "1.7.1");
  5. </script>
  6.  
  7. <!-- Let's check if we are on or off line -->
  8. <script type="text/javascript">!window.jQuery && document.write(unescape('%3Cscript type="text/javascript" src="js/jquery-1.7.1.min.js"%3E%3C/script%3E'))</script>

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

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

HTML 使用谷歌CDN jQuery但回退到本地副本

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

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

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

HTML 正确的方法从谷歌的CDN加载jQuery,必要时回退到本地库