This is a migrated thread and some comments may be shown as answers.

JQuery 1.9.1 support

9 Answers 505 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben
Top achievements
Rank 1
Ben asked on 27 Feb 2013, 04:26 PM
Hi,

Kendo does not seem to work with the current JQuery release (1.9.1), only with the bundled jquery.js.

If I just load 1.9.1, I get 

"Reference Error: jQuery is not defined"
"Reference Error: $ is not defined"

9 Answers, 1 is accepted

Sort by
0
Accepted
Dimo
Telerik team
answered on 28 Feb 2013, 07:41 AM
Hello Ben,

Please refer to our documentation, which provides detailed information about jQuery version usage:

http://docs.kendoui.com/getting-started/javascript-dependencies#jquery-version

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nicholas
Top achievements
Rank 1
answered on 08 Mar 2013, 04:56 PM
The page you referenced does not include version compatibility information for Kendo UI 2012.3.1315
0
Dimo
Telerik team
answered on 08 Mar 2013, 05:01 PM
Hello Nicholas,

"The current official version of Kendo UI requires.... The following list provides compatibility information about previous major Kendo UI releases:...."

Greetings,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Nicholas
Top achievements
Rank 1
answered on 08 Mar 2013, 05:06 PM
Sorry, tldr got me
0
Darren
Top achievements
Rank 2
answered on 16 Mar 2013, 11:46 PM
FWIW, adding the jQuery Migrate library polyfills the removed legacy functions in 1.9+ until the Kendo source is updated: https://github.com/jquery/jquery-migrate/ - add a reference to that library after your jQuery reference but before the Kendo scripts.
0
Eskil Hauge
Top achievements
Rank 1
answered on 07 May 2013, 06:30 AM
It seems there are usages of deprecated jQuery API  in KendoUI.

We are migrating to jQuery 1.9.1 and are using jquery-migrate.1.2.0 to analyse usages of deprecated API. I am finding the following warnings generated by the migration plug-in and they seem to relate to KendoUI. I cannot pinpoint exact component(s) as we are using complete library, including DataWiz, and the sources are minified.

  • JQMIGRATE: jQuery.event.handle is undocumented and deprecated
  • JQMIGRATE: jQuery.attrFn is deprecated
  • JQMIGRATE: jQuery.browser is deprecated 
We are using latest KendoUI (2013.1.319).
0
Dimo
Telerik team
answered on 07 May 2013, 07:03 AM
Hi Eskil,

All these warnings are false positives. We are extending jQuery in our code (kendo.core.js) to add some features. During this extension, all jQuery properties are accessed, including the deprecated ones, which generates the warnings.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
0
Peeyush
Top achievements
Rank 1
answered on 26 Dec 2016, 11:41 AM

Hi Dimo,

I found this thread related to my problem as I am upgrading JQuery version to 1.12.3 along with jquery-migrate.1.4.1 to analyse usages of deprecated API.

I am still finding following warnings on console related to Kendo UI

   - JQMIGRATE: jQuery.event.handle is undocumented and deprecated
   - JQMIGRATE: jQuery.attrFn is deprecated
   - JQMIGRATE: jQuery.browser is deprecated
   - JQMIGRATE: jQuery.boxModel is deprecated
   - JQMIGRATE: jQuery.support.boxModel is deprecated

Are these warning still expected?

Regards,
Peeyush

0
Boyan Dimitrov
Telerik team
answered on 28 Dec 2016, 09:57 AM

Hello Peeyush,

Indeed as my colleague mentioned in the last reply: "All these warnings are false positives. We are extending jQuery in our code (kendo.core.js) to add some features. During this extension, all jQuery properties are accessed, including the deprecated ones, which generates the warnings."

Regards,
Boyan Dimitrov
Telerik by Progress
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
Ben
Top achievements
Rank 1
Answers by
Dimo
Telerik team
Nicholas
Top achievements
Rank 1
Darren
Top achievements
Rank 2
Eskil Hauge
Top achievements
Rank 1
Peeyush
Top achievements
Rank 1
Boyan Dimitrov
Telerik team
Share this question
or