Top "Unobtrusive-validation" questions

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

Unobtrusive Client side validation in MVC4 not working

I have layout page with all scripts as shown below. <!DOCTYPE html> <html lang="en"> <…

jquery asp.net-mvc jquery-validate unobtrusive-validation client-side-validation
Unobtrusive validation in Chrome won't validate with dd/mm/yyyy

I'm trying to use the simplest possible scenario using a date picker in different browsers. I suspect I'm doing something …

jquery jquery-ui jquery-validate datepicker unobtrusive-validation
Unobtrusive validation not working on dynamically-added partial view

I am currently facing a problem with validation after dynamically adding content. I have a view strongly typed to a …

asp.net-mvc razor partial-views unobtrusive-validation dynamically-generated
Bootstrap modal 'loaded' event on remote fragment

I'm currently using Twitter Bootstrap modal component and i have an issue where I use jquery validation plugin on input …

javascript asp.net-mvc-4 twitter-bootstrap jquery-validate unobtrusive-validation
Unobtrusive validation doesn't work with Ajax.BeginForm

I have View with Model1 where I put Ajax.BeginForm() and in this View i have PartialView with Model2 where …

asp.net-mvc asp.net-mvc-3 unobtrusive-validation
Best Practices ViewModel Validation in ASP.NET MVC

I am using DataAnnotations to validate my ViewModel on client side with jquery.validate.unobtrusive and on server side in …

c# asp.net-mvc validation data-annotations unobtrusive-validation
Adding jQuery validator rules to dynamically created elements in ASP

I've got some dynamically inserted form fields on a page in an MVC3 project. Normally we would add the jQuery …

jquery asp.net jquery-validate unobtrusive-validation
Where can one download Microsoft jQuery Unobtrusive Validation without using NuGet

I'd like to download the latest version of Microsoft jQuery Unobtrusive Validation, however I don't like using NuGet since it …

nuget unobtrusive-validation
Add error message to @Html.ValidationSummary

I'm using standard MVC3 Razor views with unobtrusive Javascript validation, using @Html.ValidationSummary to show them at the top of …

asp.net-mvc-3 unobtrusive-validation
mvc4 url validation

I'm writing this question here after trying to find an answer for two days. basically here's what's going on. I …

asp.net-mvc-4 unobtrusive-validation jquery-validation-engine