gpt4 book ai didi

jquery-mobile - 谷歌 CDN jQuery 移动

转载 作者:行者123 更新时间:2023-12-04 14:18:23 24 4
gpt4 key购买 nike

这有效:

<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 吗?

最佳答案

据推测,Google Libraries API 将仅支持其 documentation 中列出的库。 ,看到Google Loader API不包含任何有关包括您自己的图书馆链接的信息。

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

关于jquery-mobile - 谷歌 CDN jQuery 移动,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/6433108/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com