CDN托管jQuery的回退

Posted

tags:

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

  1. <script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.6.min.js"></script>
  2. <script type="text/javascript">
  3. if (typeof jQuery == 'undefined') {
  4.     document.write(unescape("%3Cscript src='/js/jquery-1.6.min.js' type='text/javascript'%3E%3C/script%3E"));
  5. }
  6. </script>

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

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

jQuery CDN回退

javascript Bootstrap CDN使用jquery回退

Google CDN jQuery加载回退

jQuery和带有回退的jqueryui CDN

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