Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/74.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript 将jQuery Mobile与cordova qt结合使用_Javascript_Jquery_Qt_Cordova - Fatal编程技术网

Javascript 将jQuery Mobile与cordova qt结合使用

Javascript 将jQuery Mobile与cordova qt结合使用,javascript,jquery,qt,cordova,Javascript,Jquery,Qt,Cordova,我设法将jQuery mobile与phonegap结合使用,该应用程序正在iPhone和blackberry上运行。 但当我尝试将jquery mobile与phonegap一起用于Qt(cordova Qt+Qt Creator)时,jquery无法工作。有可能吗 我在cordova qt库的www文件夹中找到的index.html文件中添加了以下行: <link rel="stylesheet" href="jquery.mobile-1.3.0.min.css" type="tex

我设法将jQuery mobile与phonegap结合使用,该应用程序正在iPhone和blackberry上运行。 但当我尝试将jquery mobile与phonegap一起用于Qt(cordova Qt+Qt Creator)时,jquery无法工作。有可能吗

我在cordova qt库的www文件夹中找到的index.html文件中添加了以下行:

<link rel="stylesheet" href="jquery.mobile-1.3.0.min.css" type="text/css"/> 
<script language="javascript type="text/javascript" charset="utf=8" src="jquery.js"> </script> 
<script language="javascript type="text/javascript" charset="utf=8" src="jquery.mobile-1.3.0.js"></script>


然后我在
index.html
旁边添加了这个jQuery文件,有什么遗漏吗

什么不起作用?目前也在尝试cordova qt,使用jQueryMobile工作得很好