What is required to use jQuery validation plug-in in ASP.NET MVC? Do I just need to include jquery.validate.js and jquery.validate.unobtrusive.js in order to get it to work?
What is required to use jQuery validation plug-in in ASP.NET MVC? Do I just
Share
It should work if you include the following two scripts –
Further info can be found in this article – http://rachelappel.com/asp-net-mvc/how-data-annotations-for-asp-net-mvc-validation-work/