【发布时间】:2011-09-19 23:00:59
【问题描述】:
这行得通:
<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 吗?
【问题讨论】:
-
旁注 jQm 是 beta 1。至于你的问题,它有效吗?