Top "Jquery-validate" questions

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

Confirm Password with jQuery Validate

I'm trying to use jQuery validate plugin to confirm my password entry. However, I don't want it to be a …

jquery jquery-validate
Bootstrap with jQuery Validation Plugin

I am trying to add validation to my form with jQuery Validation Plugin, but I'm having a problem where the …

twitter-bootstrap jquery-validate twitter-bootstrap-3
Jquery validation plugin - TypeError: $(...).validate is not a function

My script throw errors: TypeError: jQuery.validator is undefined additional-methods.js:20 TypeError: $(...).validate is not a function index.php:115 Probably, …

javascript jquery jquery-validate
jQuery Validate - Enable validation for hidden fields

In the new version of jQuery validation plugin 1.9 by default validation of hidden fields ignored. I'm using CKEditor for textarea …

jquery-validate
jQuery Validation plugin: disable validation for specified submit buttons

I have a form with multiple fields that I'm validating (some with methods added for custom validation) with Jörn …

jquery jquery-validate
Get value of multiselect box using jQuery or pure JS

In the code shown below, how to get the values of multiselect box in function val() using jQuery or pure …

javascript jquery jquery-selectors jquery-validate dom-events
Jquery Validate custom error message location

This looks very simply, but I can't figure it out. I'm using the jquery validate plugin. I'm trying to validate &…

jquery html jquery-validate
Phone Number Validation MVC

I am trying to use a regular expression to validate a phone number and return an error when an invalid …

c# regex asp.net-mvc jquery-validate validationattribute
How to validate a form with multiple checkboxes to have atleast one checked

I'm trying to validate a form using the validate plugin for jquery. I want to require that the user check …

javascript html checkbox jquery-validate
jquery validate check at least one checkbox

I have something like this: <form> <input name='roles' type='checkbox' value='1' /> <input …

javascript jquery jquery-validate