Top "Unobtrusive-validation" questions

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

ASP.NET MVC 3 unobtrusive validation and radio buttons

I'm trying to do required validation on a list of radio buttons to force the user to select an option …

asp.net-mvc-3 unobtrusive-validation
Validation type names in unobtrusive client validation rules must be unique

Validation type names in unobtrusive client validation rules must be unique. The following validation type was seen more than once: …

asp.net-mvc-3 iis-7.5 unobtrusive-validation
Integrating Twitter Bootstrap with Asp.net MVC 3 forms

I am using Asp.net MVC 3 and Twitter Bootstrap. What I want is to integrate both of them. The big …

asp.net twitter-bootstrap forms asp.net-mvc-3 unobtrusive-validation
How to in ASP.NET MVC prevent jquery ajax submit if validation fails

I am using ASP.NET 5 MVC RC1 The jquery validation plugins that my ASP.NET MVC uses is the standard …

jquery asp.net ajax asp.net-mvc unobtrusive-validation
How to disable jquery validation on keyup and focusout for 1 specific html element when using the unobtrusive validation plugin?

By default, the jQuery validation plugin is attaching validation handlers for focusin, focusout and keyup events. 1 of our validations is …

javascript jquery javascript-events jquery-validate unobtrusive-validation
How to force form client-side validation in or before $.ajax()

I have a form and unobtrusive validations are enabled. By default in submit method client side validation gets triggered and (…

validation asp.net-mvc-3 jquery unobtrusive-validation
MVC3 Unobtrusive Date Validation on a custom formatted date

I have a date field (i'm using the jquery ui datepicker) in a form that I've formatted, like so: ViewModel […

asp.net-mvc asp.net-mvc-3 jquery-validate datepicker unobtrusive-validation
jquery validate always returning true

I am using MVC4 w/JQuery and I have a form I created using the @Ajax.BeginForm. It has required …

jquery asp.net-mvc asp.net-mvc-4 unobtrusive-validation
MVC3 Validation - Require One From Group

Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set; } public bool IsB { get; set; } public bool IsC { …

asp.net-mvc asp.net-mvc-3 jquery-validate unobtrusive-validation
How to manually revalidate / trigger validation using unobtrusive jQuery validation?

I have created my own conditional validation attribute to validate my MVC model on both the client and the server …

jquery asp.net-mvc jquery-validate unobtrusive-validation