Top "Jquery-validate" questions

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

jQuery .validate() submitHandler not firing

I'm loading a dialog box with a form that's built on-the-fly using Bootbox.js and I'm validating user input with …

jquery jquery-validate bootbox
jQuery Validate - require at least one field in a group to be filled

I'm using the excellent jQuery Validate Plugin to validate some forms. On one form, I need to ensure that the …

jquery validation jquery-plugins jquery-validate
jQuery validate - set conditional rules based on user selection

Is it possible to easily setup a conditional rule with jQuery validate, Simply put i'm trying add some logic which …

javascript jquery jquery-validate
How to focus invalid fields with jQuery validate?

There is focusInvalid option, which is true by default. But it works only when form submission happens. If I validate …

jquery jquery-validate
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
How can we specify rules for jquery validation plugin by class?

The jQuery Validation plugin works great and is very easy to use: $(".selector").validate({ }) Just by setting css classes like "…

jquery jquery-validate
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
jQuery Validation plugin in ASP.NET Web Forms

I would really like use the jQuery Validation plugin in my ASP.NET Web Forms application (not MVC). I find …

asp.net jquery validation webforms jquery-validate
Jquery Validation plug-in custom error placement

Using the jQuery Validation plug-in for the following form: <form id="information" method="post" action="#"> <fieldset> &…

jquery-validate
JQuery Validate multiple fields with one error

How would I use the JQuery Validate plugin to have one error message for say 3 fields. For example 3 dob fields. …

jquery jquery-validate