Google CDN托管jQuery和本地回退

Posted

tags:

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

  1. <!-- jQuery Google CDN hsoted with local fallback, weird doc.write slashes explained here http://www.codehouse.com/javascript/articles/external/ -->
  2.  
  3. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  4. <script>
  5. if (typeof jQuery == 'undefined') {
  6. document.write('<script src="', 'js/jquery-1.4.1.min.js', '" type="text/JavaScript"></script>');
  7. }
  8. </script>

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

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

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

jquery.cookies 是不是托管在 Google CDN 上?

Google CDN jQuery加载回退

Git 代码回退回退一个版本或多个版本

怎么退回安卓系统?