1
我設法使用jQuery手機與phonegap和應用程序正在iPhone和黑莓。 但是,當我嘗試使用jQuery手機與Qt(科爾多瓦QT + Qt造物主)jquery沒有工作。有可能這樣做嗎?使用jQuery Mobile與cordova-qt
添加以下線在科爾多瓦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>
然後我說這個jQuery的文件index.html
旁邊,遺漏什麼嗎?