The jQuery validation plugin is a plugin by Jörn Zaefferer for jQuery. Its main purpose is performing client-side and AJAX form validations.

learn more… | top users | synonyms (1)

132
votes
5answers
91k views

jQuery Validate Plugin - How to create a simple, custom rule?

How do you create a simple, custom rule using the jQuery Validate plugin (using addMethod) that doesn't use a regex? For example, what function would create a rule that validates only if at lease one ...
94
votes
9answers
77k views

jQuery validation: change default error message

Is there a simple way to change the default error values in the jQuery validation plugin? I just want to rewrite the error messages to be more personal to my app--I have a lot of fields, so I don't ...
65
votes
8answers
33k views

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 user fills in at least one of a group of fields. I think I've got a pretty good solution, ...
48
votes
8answers
26k views

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.validate.unobtrusive. Everything works fine, for stuff that's right from server. But when I ...
38
votes
2answers
6k views

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 attached some attributes using data annotations and would like to be able to pass something back to ...
32
votes
10answers
35k views

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 it easier than adding asp validators everywhere and setting the control to validate field on ...
30
votes
5answers
27k views

jQuery Validation not working in IE7 + IE8

I'm trying to use the jQuery Validation plugin on a form on my website. The form works in FF, Chrome, Opera and Safari. It has yet to work in IE7 or IE8. Below is a simplified version of my code that ...
29
votes
3answers
34k views

jQuery Validate Required Select

I am trying to validate html select element using jQuery Validate plugin. I set "required" rule to true but it always passes validation because zero index is chosed by default. Is there any way to ...
29
votes
3answers
13k views

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 server/client DRY/SPOT validation from "MS data annotation attributes" + "MS MVC3 ...
27
votes
4answers
24k views

How to manually trigger validation with jQuery validate?

I want to manually trigger validation including showing error messages with jQuery Validate. The scenario i am trying to accomplish is a form like this: <form> <input id=i1> <button ...
23
votes
10answers
29k views

jQuery UI Dialog validation without using <form> tags

http://bassistance.de/jquery-plugins/jquery-plugin-validation/ looks to be the best jquery validation plugin out there. I can't seem to get it working in the jQuery UI dialog though. This code works ...
22
votes
4answers
12k views

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 input field and it hides the field and replace it with iframe. The ...
21
votes
12answers
40k views

Using JQuery Validate Plugin to validate multiple form fields with identical names

I have a dynamically generated form with input fields with the same name (for example: "map"). I do not have the option of changing the field names or generating unique field names because the form ...
21
votes
7answers
15k views

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. By default I will get 3 error messages if all 3 fields are left blank. I only want one ...
21
votes
7answers
26k views

jquery confirm password validation

I am using jquery for form validation. Rest is well except the confirm password field. Even when the same password is typed, the Please enter the same password. is not removed. My script is: ...
20
votes
1answer
4k views

How to use the jQuery Validation plugin with metadata, jQuery Forms and xVal together?

I've been doing some development using the xVal framework for .NET to link up some of the validation rules for models on the server side along with some client side validation using the jQuery ...
19
votes
3answers
11k views

jQuery Validation plugin - Validating hidden inputs and not visible?

How would I validate hidden inputs and not visible text inputs with jQuery Form Validation plugin? The problem is, that I'm using auto-suggest plugin, which generates a hidden input for selected ...
19
votes
6answers
19k views

jQuery Validation using the class instead of the name value

I'd like to validate a form using the jquery validate plugin, but I'm unable to use the 'name' value within the html - as this is a field also used by the server app. Specifically, I need to limit the ...
18
votes
11answers
12k views

JQuery 1.6 $('form').validate() not working in IE7 & IE8

UPDATE: I've created a new MVC 3 project with Razor HTML 5, then I've updated the project with NuGet at JQuery 1.6 and the validation plugin doesn't work any more, it does a post back every time and ...
17
votes
4answers
30k views

Jquery Validation plug-in custom error placement

Using the jQuery Validation plug-in for the following form: <form id="information" method="post" action="#"> <fieldset> <legend>Please enter your ...
16
votes
5answers
9k views

Unrequired property keeps getting data-val-required attribute

This is the model with it's validation: [MetadataType(typeof(TagValidation))] public partial class Tag { } public class TagValidation { [Editable(false)] [HiddenInput(DisplayValue = ...
15
votes
6answers
5k views

Unobtrusive validation in Chrome won't validate with dd/mm/yyyy

I'm trying to use the simplest possible scenario using a date picker in different browsers. I suspect I'm doing something very simple the wrong way but after lots of searching around I still haven't ...
15
votes
2answers
4k views

How can I customize the unobtrusive validation in ASP.NET MVC 3 to match my style?

The default validation in MVC 3 is based on jQuery Validation, which I can usually customize with something like: $.validator.setDefaults({ submitHandler: function() { alert('submitHandler'); }, ...
14
votes
2answers
15k views

jQuery Validate - Hide display validation error messages / show custom errors

I'm using jQuery Validate, but I really don't want to have any error messages whatsoever. Rather, I need to have red boxes around offending inputs/selects/etc. These red boxes were a piece of cake to ...
14
votes
3answers
12k views

How do I use jquery validate remote validation on a field that depends on another field in the form? How can I trigger a jquery remote validation call even when the input field is unchanged?

I have a form in which I am using remote validation to check if an email address already exists in the database. However, the catch is that on this form, the user can select between several different ...
14
votes
1answer
3k views

jQuery Validation custom validation adding no space validation

I have a form where the user can update his name and last name. I use jQuery validation to validate the form. How can I validate if the user put spaces? here's what i have: <script> ...
14
votes
2answers
8k views

Required validation only if the field is visible in asp.net mvc

I am using the [Required] attribute for the Clientside validation in asp.net mvc 3. The class looks as: public class User { [Required(ErrorMessage = "First Name is required")] public string ...
13
votes
5answers
16k views

jQuery validate plugin on DIV

I am trying to use the validate plugin on a div as shown in the answer to this question: <script type="text/javascript"> $("#pseudoForm").validate({ onfocusout:true, rules:{ ...
13
votes
1answer
9k views

jQuery Return elements where ID begins with a certain string

I have a lot of <span> tags like this <span id='val_Title'></span> <span id='val_Name'></span> I would like to return all the elements that begin with 'val_' and hide ...
13
votes
5answers
10k views

jQuery Validate Plugin - Trigger validation of single field

I've got a form that can optionally be pre-populated via facebook connect. Once a user connects, their name and email are automatically filled in. The problem is that this doesn't trigger the remote ...
13
votes
1answer
7k views

Jquery validation groups

I can't figure out how jquery validation groups work, nor how they should work. I assumed it would serve as to validate conditions that needed more than one element to be tested, is that it? ...
13
votes
4answers
3k views

How can I prevent a validation attribute from being generated?

I have a DateTime property in my model, but I'm only interested in the time part: public class MyModel { [Required, DataType.Time] public DateTime Time } In my view, I output it like so: ...
13
votes
4answers
6k views

Add autoFill capabilities to jQuery-UI 1.8.1

here's what I currently have, unfortunately I cannot seem to figure out how to get autoFill to work with jQuery-UI... It used to work with the straight up Autocomplete.js <script ...
12
votes
6answers
19k views

jquery validate check at least one checkbox

I have something like this: <form> <input id='roles' name='roles' type='checkbox' value='1' /> <input id='roles' name='roles' type='checkbox' value='2' /> <input id='roles' ...
12
votes
2answers
2k views

MVC3 Validation - Require One From Group

Given the following viewmodel: public class SomeViewModel { public bool IsA { get; set; } public bool IsB { get; set; } public bool IsC { get; set; } //... other properties } I wish to ...
12
votes
7answers
17k views

jquery.validation - how to ignore default values when validating mandatory fields

I am using jquery validation plugin to validate a registration form. Each text input field has instructions pre-filled as values in the input box ex: for a text-input box id='Name', the default ...
12
votes
3answers
11k views

jquery validation without FORM

How can I validate a bunch of fields that are not enclosed by FORM tag using jquery validate?
11
votes
8answers
8k views

jquery.validate plugin - how to trim values before form validation

I'm using the excellent jquery.validation plugin by Jörn Zaefferer and I was wondering whether there's a easy way to automatically trim form elements before they are validated? The following is a cut ...
11
votes
2answers
10k views

jQuery validator and a custom rule that uses AJAX

I read your reply regarding the jQuery validator where you outline a method to check a username against a value in a database. Ive tried implementing this method but no matter what is returned from ...
11
votes
7answers
11k views

Can I copy/clone a function in JavaScript?

I'm using jQuery with the validators plugin. I would like to replace the "required" validator with one of my own. This is easy: jQuery.validator.addMethod("required", function(value, element, param) ...
11
votes
2answers
10k views

Adding validation with MVC 3 & jQuery Validator in execution time

I have a form with validation rendered by c# when the page is loaded, the rendered fields like so: <input autocomplete="off" class="input-validation-error" data-val="true" data-val-number="The ...
11
votes
2answers
10k views

how to check if a form is valid programatically using jQuery Validation Plugin

I have a form with a couple of buttons and I´m using jQuery Validation Plugin from http://jquery.bassistance.de/validate/, and I just want to know if there is a way I can check if the form is ...
11
votes
3answers
6k views

Localizing jquery validation with asp.net mvc 3

I am using Asp.Net Mvc3 and the unobtrusive jquery validation. I'd like to have my dates validation localized, I mean, jquery is validating my date as being MM/dd/yyyy but I would like it to be ...
11
votes
4answers
12k views

jQuery Validation: Changing Rules Dynamically

I have a single form that, depending on which radio button is clicked (Login or Signup), displays either: email address password or: name age email address password Clicking on the radio ...
11
votes
2answers
14k views

Jquery Validate dropdown required if field empty

I'm trying to make the dropdown required if the #category field is empty. Thanks! JQUERY ATTEMPT #1: $("#uploadDocsForm").validate({ rules: { name: { required: true, ...
11
votes
3answers
9k views

jquery validation with ajax call

I am using the jquery validation and i need to validate an email. I use $("#myForm").validate({ rules: email: { required: true, email: true } }) SO FAR so good. ...
11
votes
1answer
4k views

jquery.unobtrusive-ajax plugin broken when updating to Jquery 1.9.0 [duplicate]

Possible Duplicate: jQuery 1.7 - Turning live() into on() //Solution: I simply replaced the four occurrences like the approved answer suggested and unobtrusive ajax plugin is up and working ...
11
votes
1answer
622 views

jQuery Validate, How to give custom error from the custom function based on the condition?

jQuery Validate, How to give custom error from the custom function based on the different condition???. Here is the sample code. This is not my actual code. Here I'm trying to put my problem in the ...
10
votes
3answers
13k views

jquery validation onblur

I am trying to get the jquery validtion working on a webpage I am creating. I have about 6 different fieldsets that contain the page's details. I am using this as I am hiding and showing them give a ...
10
votes
2answers
10k views

jQuery Validation plugin: add/remove class to/from element's error container

I'm working with the jQuery Validation plugin and I wrote the following code which adds a class to the element's (<input>) parent (<label>) if not valid, as well as inserting the actual ...

1 2 3 4 5 66