Top "Jquery-validate" questions

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

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
MVC 3 Validation for confirm email address field

Is there a way using MVC data validation attributes to validate client side if two fields on my model are …

asp.net-mvc asp.net-mvc-3 validation jquery-validate custom-attributes
Validating International Telephone Input using jquery validation

Geeks! We all know that awesome plugin called International Telephone Input,is there a way to tie it's own Validation …

jquery jquery-validate intl-tel-input
jquery validate not working with chosen plugin for multiple select

I am trying to make a select box of type multiple as required using jquery validate but its not working. …

jquery jquery-validate jquery-chosen
jQuery Validation of ASP.Net CheckBoxList

Before I start I'd just like to state that the code created by ASP.NET for CheckBoxLists is probably the …

jquery asp.net jquery-validate checkboxlist
Jquery validation error placement outside form with absolute positing of error message

I am trying to place the error message elements outside the FORM element which is being validated. I would like …

jquery jquery-validate element errorplacement
Client side validation not working for hidden field in asp.net mvc 3

I have got a hidden field with a validation for it as below @Html.HiddenFor(m => m.Rating) @Html.…

asp.net-mvc-3 jquery-validate asp.net-mvc-validation
jquery.validate validation for non active tabs

I've a form which uses jQuery UI based tab to organize different fields. I'm using jquery.validate.min.js for …

jquery jquery-validate jquery-ui-tabs
How can I add a check if a signature is entered using jquery validation and signature_pad?

I'm using jquery.validate.js to validate multiple fields in my form along with smizek's signature_pad. I want to …

jquery canvas html5-canvas jquery-validate signaturepad
Knockout + mvc 3 + Validation

In the controller I would like to be able to get to the client validation rules of the model. I've …

asp.net-mvc asp.net-mvc-3 jquery-validate knockout.js