Xcode PhoneGap jQuery Mobile

Xcode PhoneGap jQuery Mobile,xcode,jquery-mobile,cordova,Xcode,Jquery Mobile,Cordova,我正在尝试使用jquerymobile制作一个PhoneGap应用程序,但它似乎不起作用 在我的index.html中,我编写了以下代码 <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" /> <meta charset="utf-8"> <link rel="stylesheet" href="css

我正在尝试使用jquerymobile制作一个PhoneGap应用程序,但它似乎不起作用

在我的index.html中,我编写了以下代码

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no;" />
<meta charset="utf-8">
<link rel="stylesheet" href="css/jquery.mobile-1.1.0.min.css"/>

<script type="text/javascript" charset="utf-8" src="cordova-1.8.1.js"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/jquery-1.7.2.min.js"></script>
<script type="text/javascript" charset="utf-8" src="javascripts/jquery.mobile-1.1.0.min.js"></script>
     <script type="text/javascript">
</script>

我将jquery移动文件放入我的www文件中

有人能教我如何使用PhoneGap读取jquery文件吗

对不起,我的英语不好


提前感谢您。

我在github存储库中有一些示例应用程序,您可以使用它们作为参考


谢谢!这对我有帮助。事实上,我所做的是解决我的问题,我删除了js文件,并直接放入我的www文件夹!