Am developing a new project with the IgniteUI MVC library for the JQuery controls, and noticed the IgniteUI nuget package references jQuery and jQuery.UI.Combined nuget packages.
I was wondering if I could use assets in these packages to reference jQuery locally instead of from a CDN, but it appears these libraries don't come with any assets. Additionally, the nuget package manager also suggests these packages may have vulnerabilities, and looking at the references, the pacakges have not been updated since 2016 (image linked).
Are these packages necessary for the IgniteUI MVC package to function?
Kind Regards
Hello,
After an investigation, I have determine that jQuery and jQuery UI need to be imported in the project in order for the controls in IgniteUI package to be loaded and work as expected.
What I could suggest if the cdn links should not be used is to install the jQuery (latest version published on 8/30/2023) and jQuery.UI.Combined (lates version published on 8/5/2024) from the NuGet packages and reference the installed files in the project.
The other option is to download the latest versions from the jQuery and jQueryUI official sites, to add the files to your project and reference them in the View.
Please let me know if you need any further information regarding this matter.
Regards, Monika Kirkova, Infragistics