在android上使用jquery mobile+Phonegap,没有任何反应
我已经成功地在 Android 屏幕上显示 hello world,但是每次我尝试链接到 jquery 脚本时,屏幕都会出现空白。但是当我删除这个脚本时,我得到了一个正常的视图
我的完整链接脚本给出了一个空白屏幕是
<脚本类型=“text/javascript”字符集=“utf-8”src=“phonegap-1.1.0.js”>> <脚本 src="jquery-1.4.4.min.js">
请帮助我如何使用phonegap配置jquery。我已经把它放在www文件夹下了
I have already successfully displayed hello world on the android screen, but every time I tried to link to jquery script the screen has a blank. But when I remove this script, I get a normal view
My full link script that give a blank screen is
<script type="text/javascript" charset="utf-8" src="phonegap-1.1.0.js"></script>
<link rel="stylesheet" href="jquery.mobile.min.css" />
<script src="jquery-1.4.4.min.js"></script>
<script src="jquery.mobile.min.js"></script>
Please help me how to configure jquery using phonegap. I already place it under www folder
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有关使用 PhoneGap 和 jQuery Mobile 的四个示例,请参阅此处。提供说明、视频和代码。
See here for four examples of using PhoneGap and jQuery Mobile. Instructions, videos and code are available.