我创建了一个示例index.html文件,并包含最新的
jquery(3.1.0)和
jquery mobile(1.4.5).
jquery.mobile-1.4.5.js:3337未捕获TypeError:无法读取未定义的属性’concat’
在这行:
mouseEventProps = $.event.props.concat(mouseHookProps),
当我尝试包含jquery-1.11.2没有问题.任何人可以告诉我为什么?提前致谢.
解决方法
Look this Documentation
Jquery手机被锁定到某些版本的Jquery!你会找到一个文本
jQuery Mobile 1.3.0 supports versions of jQuery core 1.7.2 – 1.9.1 and
we’re actively testing the upcoming 2.0 version too. We will be
keeping in sync with their releases to let you take full advantage of
the new goodness.
UPDATE
jQuery mobile现在也可以使用2.x版本,虽然版本3仍然返回上述错误.