jquery - 使用KendoUI解决控制台警告 "JQMIGRATE: jQuery.event.props.concat() is deprecated and removed"(2018.2.515)

标签 jquery kendo-ui jquery-migrate

使用 jquery migrate 插件 3.0.0 将 jQuery 从 1.9.1 升级到 3.1.1 时, 我从迁移插件中收到控制台警告,如下所示。如何解决这个问题?在一个大项目中升级剑道可能会非常痛苦。 enter image description here

最佳答案

Kendo UI 2018.2.516 与 jQuery 3.1.1 不兼容,但您有两种选择来解决此问题。

1) 将 Kendo 降级为 Kendo UI 2018.1.117,兼容 jQuery 3.1.1

2)升级jQuery至3.3.1,兼容Kendo UI 2018.1.117

来自文档:

Kendo UI 2018.2.516 (R2 2018) 1.12.4 Also compatible with 1.10.x, 2.2.x and 3.3.1
Kendo UI 2018.1.117 (R1 2018) 1.12.4 Also compatible with 1.10.x, 2.2.x and 3.1.1

https://docs.telerik.com/kendo-ui/intro/installation/prerequisites#supported-jquery-versions

关于jquery - 使用KendoUI解决控制台警告 "JQMIGRATE: jQuery.event.props.concat() is deprecated and removed"(2018.2.515),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/49517504/

相关文章:

javascript - 在无法访问 html 的情况下重新排序 Div

jquery - TypeIt JQuery 插件 : Remove cursor when typing has completed

javascript - jquery,不能在回调函数中进行ajax调用

javascript - KendoUI AutoComplete 小部件在空时不会更新过滤器

jquery - jQuery 迁移插件处理已弃用代码的效果如何?

php - 仅更新已由用户修改或添加的字段

javascript - 如何在更改事件中获取剑道组合框的值

javascript - 从 kendo ui 网格中删除 Columnmenu.columns

javascript - 为什么在成功升级 jQuery 后需要 jquery-migrate-1.4.1.js?

javascript - 加载 jquery-migrate.min.js 时如何摆脱错误 "Unsupported format of the sourcemap"?