首页 > 代码库 > jQuery mobile报错 Uncaught TypeError: Cannot read property 'concat' of undefined
jQuery mobile报错 Uncaught TypeError: Cannot read property 'concat' of undefined
写一个jQuery mobile的demo
<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="stylesheet" href="http://www.mamicode.com/css/jquery.mobile-1.4.5.min.css" /> </head> <body> <div data-role="page"> <div data-role="header">页眉</div> <div data-role="content">内容</div> <div data-role="footer">页脚</div> </div> <script src="http://www.mamicode.com/js/jquery.min.js"></script> <script src="http://www.mamicode.com/js/jquery.mobile-1.4.5.js"></script> </body> </html>
用浏览器打开,发现没有样式,打开控制台发现报了一个错误
上Stack Overflow查了一下,是因为jQuery mobile和jQuery的版本不匹配,我当前的jQuery mobile的版本是1.4.5,jQuery的版本3.2.1, jQuery重新下2版本以下的试试,我下了1.9.1是可行的
jQuery mobile报错 Uncaught TypeError: Cannot read property 'concat' of undefined
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。