Update jQuery 1.8.3 to jQuery 1.9.0 in ASP.NET MVC 4

usekOpesy

New Member
we use ASP.NET MVC 4 and i update our project to use jQuery 1.9.0 from jQuery 1.8.3,BUT now Not work client scripts,like jQuery validation,jquery unobtrusive ajax and 3rd party jQuery library and etc!According to http://blog.jquery.com/2013/01/15/jquery-1-9-final-jquery-2-0-beta-migrate-final-released we must use jQuery Migrate Plugin.we use Bundling in our MVC project,but when i use this plugin, jQuery.migrateWarnings not available in console!My Question:how we must update jQuery 1.8.3 to jQuery 1.9.0 in ASP.NET MVC 4 with Bundling enabled?
 
Back
Top