David,A few things. You said in your question you are already on 1.91 and the link you referred to is for moving from 1.x to 1.9x so that would be the wrong one and I think you would want to look at https://github.com/jquery/jquery-migrate/
We have a Jquery 1.91 Added to our project which we need to change to the latest 3.xx version.
We are referring to this article https://github.com/jquery/jquery-migrate/tree/1.x-stable#readme
This says to use Jquery migrate plugin to update Jquery.
But we are not clear on how to use Jquery migrate plugin to update all the web forms and JS files.All you are doing is loading the jquery migrate js file after the newer jquery js file. That's it. In theory, it fills in the gaps for any code you are using that was depreciated so it will continue to run.
The successor to Active Server Pages, ASP.NET websites utilize the .NET framework to produce dynamic, data and content-driven web applications and services. ASP.NET code can be written using any .NET supported language. As of 2009, ASP.NET can also apply the Model-View-Controller (MVC) pattern to web applications
TRUSTED BY
ASKER
We have a Jquery 1.91 Added to our project which we need to change to the latest 3.xx version.
We are referring to this article https://github.com/jquery/jquery-migrate/tree/1.x-stable#readme
This says to use Jquery migrate plugin to update Jquery.
So my question was related to this one.