I am upgrading jQuery version into my ASP.NET MVC project, from Jquery-3.6.1 to 3.7.1, are ther any function going to be obsolete in jQuery-3.7.1.
Loading
I am upgrading jQuery version into my ASP.NET MVC project, from Jquery-3.6.1 to 3.7.1, are ther any function going to be obsolete in jQuery-3.7.1.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Muhammad Imran AnsariPosted Oct 7, 2024, 9:53 AM
Hi Ravindra,
There is only one function going to be deprecated in JQuery 3.7.1 release. Here is the reference link to the release notes of jQuery 3.7.1 Released. (See the deprecated part)
https://blog.jquery.com/2023/08/28/jquery-3-7-1-released-reliable-table-row-dimensions/
Thank you.