简体   繁体   中英

Updating jQuery to the latest version in an ASP.NET MVC 3 application

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

If you don't have any third party JQuery plugin scripts, then you should be just fine.

If you do use any plugins, check the author's site for any updates. The author may already know if there are any issues with the latest JQuery version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM