从Google的CDN服务器加载jQuery和jQueryUI的最新版本
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了从Google的CDN服务器加载jQuery和jQueryUI的最新版本相关的知识,希望对你有一定的参考价值。
<script src="http://www.google.com/jsapi"></script> <script> // Load the latest version of jQuery google.load("jquery", "1"); google.load("jqueryui", "1"); </script>
以上是关于从Google的CDN服务器加载jQuery和jQueryUI的最新版本的主要内容,如果未能解决你的问题,请参考以下文章
HTML 从Google CDN加载jQuery和jQuery UI
JavaScript 从Google CDN加载jQuery,但如果失败则回退到本地