The jQuery Gantt Package is dependent on the javascript files that are listed below:
What jQuery Versions are Supported?
The jQuery Gantt Package is compatible with the following versions:
- jQuery 1.x
-- From : jQuery 1.6
-- To : jQuery 1.11.3
- jQuery 2.x(does not support Internet Explorer 8)
-- From : jQuery 2.0.0
-- To : jQuery 2.1.4
- jQuery 3.x
-- From : jQuery 3.0
-- To : jQuery 3.6.0
- jQuery UI
-- From : jQuery UI 1.9.0
-- To : jQuery UI 1.13.1
- Knockout
-- From : knockout-2.0.0
-- To : knockout-3.2.0
Our samples in the install link to the jQuery 1.11.2 and jQuery UI 1.11.4 as shown below:
|
<script src="Src/Scripts/jquery-3.6.0.js" type="text/javascript"></script> <script type="text/javascript" src="Src/Scripts/jquery-ui-1.13.1/jquery-ui.min.js"></script> |
If you want to link to a different version of jQuery, you simply have to include the corresponding JS files in the sub-folders and then link to them like this:
|
<script src="Src/Scripts/jquery-1.7.1.js" type="text/javascript"></script> <script type="text/javascript" src="Src/Scripts/jquery-ui-1.9.1/jquery-ui.min.js"></script> |
© RadiantQ 2022. All Rights Reserved.