I have an ancient MVC2 solution that I migrated to MVC5 (Visual Studio 2013).
I'd like to update the old libraries used in the project with the new ones.
I have by eg. the jquery.unobtrusive-ajax.js
library.
Is it obsolete as by now?
I ask because that library references
/// <reference path="jquery-1.4.4.js" />
but I upgraded the jQuery (I use the jQuery v1.8.3 by now).
If it with what to replace (like jquery.validate.unobtrusive.js
(?))
PS.
In a default MVC project Visual Studio 2013 proposes the folowing "validation" scripts:
jquery.validate-vsdoc.js
jquery.validate.js
jquery.validate.min.js
jquery.validate.unobtrusive.js
jquery.validate.unobtrusive.min.js