且构网

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

电话差距jQuery无法正常工作

更新时间:2023-02-02 16:23:13

我的订购不同于您的订购.

I have ordering that is different than yours.

对我有用的订单是:

<script type="text/javascript" src="cordova.js"></script>
<script type="text/javascript" src="js/jquery-1.9.1.min.js"></script> //This order matters #1
<script type="text/javascript" src="js/MY_CUSTOM_JS_RAWR.js"></script> //This order matters #2
<script type="text/javascript" src="js/jquery.mobile-1.3.2.min.js"></script> //This order matters #3

然后在js rawr文件中,我正在执行与此处发布的解决方案类似的操作,以确保所有内容正确加载.

Then within the js rawr file, I am doing something similar to the solution posted here, to make sure everything has loaded correctly.