2016-08-01 7 views
0

2.2.0からJquery 3.1.0の最新バージョンにアップグレードしました。私たちも、剣道のUIを使用しています。まず、私がアップグレードで気づいたのは、剣道用のIDSelectorグリッドが動作していないと "構文エラー、認識不能式:#"というエラーが発生しています。Jquery 3.1.0(2.2.0からアップグレード) - IDセレクタ - 構文エラー、認識できない式: "#"

var gridDataSource = $("#gridList").data("kendoGrid").dataSource; 

スタックトレースは、私は別のフォーラムを見上げると、このエラーに関連するすべてのものを見つけることができませんでした

Error: Syntax error, unrecognized expression: # 
    at Sizzle.error (http://localhost:6128/Scripts/jquery-3.1.0.js:1532:2) 
    at Sizzle.tokenize (http://localhost:6128/Scripts/jquery-3.1.0.js:2181:2) 
    at Sizzle.select (http://localhost:6128/Scripts/jquery-3.1.0.js:2609:3) 
    at Sizzle (http://localhost:6128/Scripts/jquery-3.1.0.js:890:2) 
    at find (http://localhost:6128/Scripts/jquery-3.1.0.js:2859:4) 
    at jQuery.fn.init (http://localhost:6128/Scripts/jquery-3.1.0.js:2969:5) 
    at R.fn.init (http://localhost:6128/Scripts/Kendo/kendo.all.min.js:26:8407) 
    at R (http://localhost:6128/Scripts/Kendo/kendo.all.min.js:25:5033) 
    at _parentWidget (http://localhost:6128/Scripts/Kendo/kendo.all.min.js:38:21862) 
    at setDataSource (http://localhost:6128/Scripts/Kendo/kendo.all.min.js:38:17716) 

です。

このエラーに関するお手伝いをしてください。

答えて

関連する問題