且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Jquery Mobile不和Phonegap / Cordova一起工作

更新时间:2022-12-19 17:52:40

您是否尝试加载jQuery Mobile脚本

Have you tried loading the jQuery Mobile script before the phonegap script, like this?

<script src="jquery/jquery-1.10.2.min.js"></script>
<script src="jquery/jquery.mobile-1.4.2.min.js"></script> 
<script src="phonegap/cordova-2.7.0.js"></script>