JavaScript 来自Google CDN的jQuery和jQuery UI,具有Fallback to Local
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript 来自Google CDN的jQuery和jQuery UI,具有Fallback to Local相关的知识,希望对你有一定的参考价值。
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
if (typeof jQuery == 'undefined'){
document.write('<script src="<?php bloginfo( 'template_directory' ); ?>/js/libs/jquery-1.6.2.min.js"><\/script>');
}
</script>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jqueryui/1.8.15/jquery-ui.min.js"></script>
<script type="text/javascript">
if (typeof jQuery.ui == 'undefined') {
document.write('<script src="<?php bloginfo( 'template_directory' ); ?>/js/libs/jquery-ui-1.8.15.min.js"><\/script>');
}
</script>
以上是关于JavaScript 来自Google CDN的jQuery和jQuery UI,具有Fallback to Local的主要内容,如果未能解决你的问题,请参考以下文章
HTML 来自Google CDN的jQuery
来自 Google CDN 的 HTTPS 友好的 jQuery CSS 主题
JavaScript 带有脚本和链接标记的jQuery Google CDN位置
使用 CDN 的 Google PageSpeed Insight CSS Javascript“首屏”问题
JavaScript 抓住Google CDN的jQuery。如有必要,可以回到当地
JavaScript 抓取Google CDN jQuery。如有必要,可以回到当地