Dear Friends,
Please suggest me Old version of Jquery in New version upgrade without any code affecting in live (Production) Environment.
Im having 1.13.2 Version to higher version and these files are supported in Dot Net with C# Codes.
Thanks in advance. Please Suggest Me.
Anoop Kumar SharmaPosted Oct 31, 2022, 6:07 AM
Hi Surender,
I have upgraded jQuery (from v1.8 to v3.6) recently in a few of the projects due to some security vulnerabilities reported by the Security Team, The best way to upgrade it is to use https://github.com/jquery/jquery-migrate (jQuery Migrate Library) and keep an eye on the console for the errors or warnings.
jQuery, on their official website, provides the upgrade guide which you can also refer to in case you find some breaking changes.
https://jquery.com/upgrade-guide/
I hope this will help you.