谷歌cdnjQuery手机



这很有效:

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

在开发过程中。

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

假设Google Libraries API只支持其文档中列出的库,因为Google Loader API不包含任何关于包含您自己的库链接的信息。

因此,得出的结论是,目前还没有办法将jQuery Mobile与Google Loader结合起来。你有没有考虑过head.js之类的替代方案?

相关内容

  • 没有找到相关文章

最新更新