【发布时间】:2016-11-24 15:21:18
【问题描述】:
我创建了一个示例 index.html 文件并包含最新的 jquery (3.1.0) 和 jquery mobile (1.4.5)。
在加载页面错误控制台输出:
jquery.mobile-1.4.5.js:3337 Uncaught TypeError: Cannot read property 'concat' of undefined`
在这一行:
mouseEventProps = $.event.props.concat( mouseHookProps ),
当我尝试包含 jquery-1.11.2 时没有问题。谁能告诉我为什么?
【问题讨论】:
-
检查
jquery3是否与jquery.mobile1.4.5兼容
标签: javascript jquery jquery-mobile