jquery.mobile 1.4.5未捕获TypeError:无法读取未定义的属性“concat”

前端之家收集整理的这篇文章主要介绍了jquery.mobile 1.4.5未捕获TypeError:无法读取未定义的属性“concat”前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我创建了一个示例index.html文件,并包含最新的 jquery(3.1.0)和 jquery mobile(1.4.5).

在加载页面输出错误控制台:@H_301_3@

jquery.mobile-1.4.5.js:3337未捕获TypeError:无法读取未定义的属性’concat’@H_301_3@

在这行:@H_301_3@

mouseEventProps = $.event.props.concat(mouseHookProps),@H_301_3@

当我尝试包含jquery-1.11.2没有问题.任何人可以告诉我为什么?提前致谢.@H_301_3@

解决方法

Look this Documentation

Jquery手机被锁定到某些版本的Jquery!你会找到一个文本@H_301_3@

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.@H_301_3@

UPDATE@H_301_3@

jQuery mobile现在也可以使用2.x版本,虽然版本3仍然返回上述错误.@H_301_3@

原文链接:https://www.f2er.com/jquery/179591.html

猜你在找的jQuery相关文章