我使用Angular 1.4,jQuery 1.11.3和最新的Kendo UI收到以下错误。这是Telerik的已知错误吗?
我在页面上使用的唯一Kendo控件是kendo-multi-select,kendo-date-picker
TypeError: Cannot use 'in' operator to search for 'length' in
at r (http://localhost/Scripts/jquery-1.11.3.min.js:2:4254)
at Function.m.extend.map (http://localhost/Scripts/jquery-1.11.3.min.js:2:3686)
at Object.<anonymous> (http://kendo.cdn.telerik.com/2015.2.624/js/kendo.all.min.js:55:18312)
at n.(anonymous function) (http://kendo.cdn.telerik.com/2015.2.624/js/kendo.all.min.js:55:13937)
at function.t.value.d (http://kendo.cdn.telerik.com/2015.2.624/js/kendo.all.min.js:55:11087)
at Object.fn (http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:131:178)
at n.$get.n.$digest (http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:132:259)
at n.$get.n.$apply (http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:135:269)
at HTMLButtonElement.<anonymous> (http://ajax.googleapis.com/ajax/libs/angularjs/1.4.3/angular.min.js:252:126)
at HTMLButtonElement.m.event.dispatch (http://localhost/Scripts/jquery-1.11.3.min.js:4:8549)
答案 0 :(得分:0)
根据kendo UI文档(More info here),不支持该组合
2015年对jQuery版本的官方支持是
Kendo UI 2015。2。2424(2015年第2季度) - jQuery 1.9.1(也适用于1.10.x. 和2.0.x)Kendo UI 2015。1。18(2015年第1季度) - jQuery 1.9.1(也可以 1.10.x和2.0.x)
对于Angular js是
Kendo UI 2015。2。2424(2015年第2季度) - AngularJS 1.3.16 Kendo UI 2015.1.318 (2015年第1季度) - AngularJS 1.3.0