我正在努力使用 Google 网站的“插入 html 框”工具来让 CDN 为 jQuery 用户界面库(jQueryUI)提供服务,但没有任何成功。
我使用了以下代码及其变体,没有任何主题,但无济于事;
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.21/themes/base/jquery-ui.css"/>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js" type="text/javascript"></script>
jQuery 库加载良好,但不是 jQueryUI 库。谷歌开发者网站建议这应该可以工作,但我只收到错误消息——“无法加载外部 url jquery-ui.css”或“将元素主体折叠到父级”。
我究竟做错了什么?