检查jQuery CDN,回退到本地版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了检查jQuery CDN,回退到本地版本相关的知识,希望对你有一定的参考价值。
Use CDN if online. Fallback to local version if offline.
<!-- Google AJAX Libraries - jQuery 1.7.1 at 2011-12 --> <script src="http://www.google.com/jsapi"></script> google.load("jquery", "1.7.1"); </script> <!-- Let's check if we are on or off line --> <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)
从CDN加载jQuery,回退到本地(对于Wordpress)