Top "Unobtrusive-validation" questions

Unobtrusive Validation refers to a jQuery plugin created by Microsoft used in conjunction with the jQuery Validate plugin.

How to implement input masking with ASP.NET MVC

I'm working on a form with ASP.NET MVC and am trying to figure out how best to implement input …

asp.net-mvc unobtrusive-validation input-mask jquery-inputmask
ASP.Net MVC 3 - Client side unobtrusive validation for Editor Templates

I am new to ASP.Net MVC 3, facing some issues while trying to implementing client side unobtrusive validation for a …

asp.net-mvc-3 data-annotations editortemplates unobtrusive-validation
Adding the "Microsoft.jQuery.Unobtrusive.Validation" package asks for jQuery 1.4.1?

In one of the projects I needed to reinstall the jQuery NuGet package (a MVC solution). There were also a "…

jquery .net visual-studio nuget unobtrusive-validation
Why validation is not working with Html.TextBoxFor but is when using Html.EditorFor?

I am trying MVC's datatype attributes, and just created a simple scenario like the following: The View: @model MVC4.Models.…

asp.net-mvc unobtrusive-validation html.textboxfor asp.net-mvc-helpers
MVC3 unobtrusive validation not working in IE

I have MVC3 app, unobtrusive validation works fine in FireFox, but not working in IE. Any ideas why? UPDATE It …

asp.net-mvc-3 unobtrusive-validation