Top "Jquery-validate" questions

The jQuery Validate plugin is a jQuery plugin by Jörn Zaefferer.

MVC3: make checkbox required via jQuery validate?

I want my "Agree To Terms" checkbox to be mandatory using jQuery validate, in an MVC3 project. I currently get …

jquery asp.net-mvc jquery-validate
RequiredAttribute with AllowEmptyString=true in ASP.NET MVC 3 unobtrusive validation

If i have [Required(AllowEmptyStrings = true)] declaration in my view model the validation is always triggered on empty inputs. I …

validation asp.net-mvc-3 jquery-validate unobtrusive-javascript unobtrusive-validation
How to add a 'submitHandler' function when using jQuery Unobtrusive Validation?

I'm validating a form using the new unobtrusive validation features in ASP.NET MVC 3. So there is no code that …

jquery asp.net-mvc-3 jquery-validate unobtrusive-validation
Jquery Validation Rules with If/ Else statement

This code works but I need it to basically do an If Else on the id field. If the id …

javascript jquery ajax jquery-validate validationrules
Ignore all hidden div but not one in jQuery validation

I am using jQuery validation in my form http://jqueryvalidation.org/documentation/ I want to add the validation to all …

jquery jquery-validate hidden
Manually set unobtrusive validation error on a textbox

I'm doing something similar to the remote validation, except that I already make my calls manually via jquery and setup …

jquery asp.net-mvc asp.net-mvc-3 jquery-validate unobtrusive-validation
jQuery Validation Callback Function

I currently have a form within a lightbox frame on my webpage. When a user submits the form with invalid …

jquery jquery-ui jquery-validate validation lightbox
How to clear jquery validate errors

I'm hijaxing an existing form and POSTing to the server. jQuery validate does most of the validation but if validation …

jquery-validate unobtrusive-validation
MVC : How to enable client side validation on hidden fields

@Scripts <script src="@Url.Content("~/Scripts/jquery-1.7.1.min.js")"></script> <script src="@Url.Content("~/Scripts/…

jquery asp.net-mvc asp.net-mvc-4 jquery-validate unobtrusive-validation
jQuery Validate, ASP.NET MVC ModelState Errors (Async POST)

I'm developing a web app with asp.net mvc 3 and I have some form that POST to an async action (…

jquery asp.net-mvc jquery-validate