Is it possible to update the version of jQuery used by an ASP.NET MVC 3 application?
If so, is it a matter of simply replacing the jquery-1.4.4.js and jquery-1.4.4.min.js files with the latest ones (currently version 1.5) and it all just works?
Or are there links between the version shipped with ASP.NET MVC 3 and other JavaScript code which would then break?
What about jQuery UI, same story?
You can always download and update your jQuery via http://www.jquery.com.
Unless they change some functionality you’re using you should be able to update it just fine.
Same with jQuery UI I suspect