Top "Unobtrusive-validation" questions

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

mvc3 validate input 'not-equal-to'

My forms have inputs with default helper text that guides the user on what to enter (rather than using labels). …

javascript jquery asp.net-mvc asp.net-mvc-3 unobtrusive-validation
asp.net mvc 3 jquery adding validation message manually

I've been search for quite a while and haven't been able to find an answer to this. I am using …

asp.net-mvc-3 jquery-validate unobtrusive-validation
Group validation messages for multiple properties together into one message asp.net mvc

I have a view model that has year/month/day properties for someone's date of birth. All of these fields …

c# asp.net-mvc asp.net-mvc-4 jquery-validate unobtrusive-validation
ASP.net MVC Validation Hook

I have the following view in ASP.net MVC 3: @model Models.CreateProjectViewModel <script type="text/javascript" src="@Url.Content("~/…

asp.net-mvc asp.net-mvc-3 unobtrusive-validation fluentvalidation asp.net-mvc-validation
Add Error to JQuery Unobtrusive Validation Summary Without a Key

I've got a form that is using unobtrusive JQuery validation along with a validation summary. It works great. However, this …

jquery asp.net-mvc-4 unobtrusive-validation
client-side validation trips on DataAnnotation Range attribute

I have the following code in my Model class: [Range(1, 100)] public decimal Price { get; set; } After recent upgrade (I assume) …

asp.net-mvc-4 jquery-validate data-annotations unobtrusive-validation
asp.net mvc 3 validation summary not showing via unobtrusive validation

I'm having problems getting the asp.net MVC client-side validation to work how I want it. I have it basically …

asp.net-mvc-3 unobtrusive-validation
Forcing a revalidate on mvc3 unobtrusive remote validation

It's a classic login flow. The user can choose between 'new user' or 'existing user'. If the user is new, …

asp.net-mvc-3 unobtrusive-validation remote-validation