进入官网引入touch.js单个文件,我用的是jquery3.0的 但是会报错
require("./../libs/jquery-mobile/1.4.5/jquery.mobile.custom.min.js");
谷歌浏览器报错:Uncaught TypeError: Cannot read property 'concat' of undefined
百度了一下,说是jquery版本的问题,用jquery的1.9-2.0的,但是还是不行,求大神指教啊,跪谢
进入官网引入touch.js单个文件,我用的是jquery3.0的 但是会报错
require("./../libs/jquery-mobile/1.4.5/jquery.mobile.custom.min.js");
谷歌浏览器报错:Uncaught TypeError: Cannot read property 'concat' of undefined
百度了一下,说是jquery版本的问题,用jquery的1.9-2.0的,但是还是不行,求大神指教啊,跪谢
一定要看官网的文档
http://blog.jquerymobile.com/...
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
10 回答11.3k 阅读
5 回答4.9k 阅读✓ 已解决
4 回答3.2k 阅读✓ 已解决
2 回答2.8k 阅读✓ 已解决
3 回答1.5k 阅读✓ 已解决
3 回答2.4k 阅读✓ 已解决
3 回答2.2k 阅读✓ 已解决
我也遇到这个问题