谷歌 CDN jQuery 移动

发布于 2024-11-16 22:24:13 字数 532 浏览 6 评论 0原文

这有效:

<script src="http://code.jquery.com/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js" type="text/javascript"></script>

但我更喜欢语法:

<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1", {uncompressed:true});
</script>

开发时。

问:我可以使用 google.load 命令加载 jQuery mobile 吗?

This works:

<script src="http://code.jquery.com/jquery-1.5.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.js" type="text/javascript"></script>

But I prefer the syntax:

<script src="http://www.google.com/jsapi"></script>
<script type="text/javascript">
google.load("jquery", "1", {uncompressed:true});
</script>

While developing.

Q: Can I load jQuery mobile using the google.load command?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

水晶透心 2024-11-23 22:24:13

据推测,Google Libraries API 将仅支持其文档,发现 Google Loader API 不包含任何信息包括你的自己的图书馆链接。

因此,结论是目前无法将 jQuery Mobile 包含在 Google Loader 中。您是否考虑过 head.js 等替代方案?

Presumably the Google Libraries API will only support libraies listed in its documentation, seeing that the Google Loader API does not contain any information on including your own library links.

Therefore the conclusion would be that there is currently no way to include jQuery Mobile with the Google Loader. Have you considered alternatives such as head.js?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文