Top "Unobtrusive-validation" questions

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

MVC 4 client side validation not working

Can anyone tell me why client side validation is not working in my MVC 4 application. _layout.schtml @Scripts.Render("~/bundles/…

jquery asp.net-mvc-4 jquery-validate unobtrusive-validation
How to fire jQuery function only if form is valid

I have a jQuery function tied to my submit button like this: $(function () { $('#signupform').submit(function () { alert('test'); }); }); However, …

javascript jquery boolean unobtrusive-validation
jquery.validate.unobtrusive not working with dynamic injected elements

I am working with ASP.Net MVC3, the easier way to use the client validation would be enabling the jquery.…

asp.net-mvc-3 jquery-validate unobtrusive-validation
How to change 'data-val-number' message validation in MVC while it is generated by @Html helper

Assume this model: Public Class Detail ... <DisplayName("Custom DisplayName")> <Required(ErrorMessage:="Custom ErrorMessage")> Public Property PercentChange …

asp.net-mvc asp.net-mvc-3 localization unobtrusive-validation validation
Error in jquery.validate.js in MVC 4 Project with jQuery 1.9

I created a new ASP.Net MVC 4 project using the template in Visual Studio 2012. After upgrading to jQuery 1.9, the login …

jquery jquery-validate unobtrusive-validation
client-side validation in custom validation attribute - asp.net mvc 4

I have followed some articles and tutorials over the internet in order to create a custom validation attribute that also …

c# jquery asp.net-mvc-4 jquery-validate unobtrusive-validation
unobtrusive validation not working with dynamic content

I'm having problems trying to get the unobtrusive jquery validation to work with a partial view that is loaded dynamically …

asp.net-mvc-4 unobtrusive-validation
asp.net mvc client side validation not working?

For some reason my client side validation does not seem to be working: Here is my html: @using (Html.BeginForm("…

c# asp.net asp.net-mvc jquery-validate unobtrusive-validation
How to manually enable jQuery validation with ASP.NET MVC

I'm struggling to understand some of the basics of jQuery validation as wired up with ASP.NET MVC. The short …

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