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

integrating with multiple jQuery versions using AMD

1 Answer 73 Views
Integration with other JS libraries
This is a migrated thread and some comments may be shown as answers.
Nils
Top achievements
Rank 1
Nils asked on 05 Jun 2015, 12:13 PM

Hi,

I have the problem that I need (for legacy reasons) to use an older version of jQery (1.4.x).

In newer developments I'm using requireJs and other versions of jQuery, however it seems impossible to "inject" a jQuery-version in KendoUI.

Is there a way to use KendoUI with a special (i.e. the "right") version of jQuery while $ = jQuery = jQuery-wrong-version ?

Best, Nils

1 Answer, 1 is accepted

Sort by
0
Petyo
Telerik team
answered on 09 Jun 2015, 11:11 AM
Hello,

currently, we are not aware of any ways to achieve that - Kendo reads the instance from the global jQuery variable. the only thing which comes to mind is to patch the source file itself to read it from another variable (you need to that in the end of the file). 

Regards,
Petyo
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Integration with other JS libraries
Asked by
Nils
Top achievements
Rank 1
Answers by
Petyo
Telerik team
Share this question
or