jquery-mobile – 谷歌cdn jQuery mobile

前端之家收集整理的这篇文章主要介绍了jquery-mobile – 谷歌cdn jQuery mobile前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
这有效:
<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等替代品?

原文链接:https://www.f2er.com/jquery/175720.html

猜你在找的jQuery相关文章