我正在尝试在我的Phonegap/Cordova
应用中使用jquery mobile,但遗憾的是我一直试图将其包含在内而没有任何成功。
当我在jquery mobile
主index.html
中加入<!--JQuery Mobile-->
<script type="text/javascript" src="js/jquery.mobile-1.4.5/jquery.mobile-1.4.5.min.js"></script>
时
JQuery
它会导致不同的错误,首先是I/chromium( 3832): [INFO:CONSOLE(3)] "Uncaught TypeError: Object #<Object> has no method 'apply'", source: file:///android_asset/www/js/jquery-2.2.4.min.js (3)
文件
"Uncaught NotFoundError: An attempt was made to reference a Node in a context where it does not exist.", source: file:///android_asset/www/js/please-wait.min.js (264)
在其他一些模块中
JQuery Mobile
我不知道有什么问题,为什么{{1}}导致这样的错误?请帮助解决这个问题