Jquery mobile 谷歌cdn jQuery手机

Jquery mobile 谷歌cdn jQuery手机,jquery-mobile,google-cdn,Jquery Mobile,Google Cdn,这项工作: <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

这项工作:

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

load(“jquery”,“1”,“uncompressed:true});
在发展中


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

假定google Libraries API只支持its中列出的库,因为没有包含任何关于包含您自己的库链接的信息


因此,得出的结论是,目前没有办法将jquerymobile包含在googleloader中。您是否考虑过其他选择,如?

旁注jQm在beta 1上。至于你的问题,它有效吗?