Top "Jquery-validate" questions

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

Validate form before submit jquery

I have a html form. i am validating my form using jquery.validate.js and it works on submit event. …

jquery forms jquery-validate form-submit
ASP .NET MVC Disable Client Side Validation at Per-Field Level

I'm using ASP .NET MVC 3 with Data Annotations and the jQuery validate plugin. Is there a way to mark that …

c# jquery asp.net-mvc validation jquery-validate
Manually adding & removing validation errors to jQuery validator

I have a search form & knockout-based grid for results. When search is performed, there is some server-side validation taking …

jquery jquery-validate
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 …

jquery-validate
jQuery disable rule validation on a single field

I am using MVC to create forms that are generated at runtime. For validation, I am trying my hand at …

validation jquery-validate
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.…

asp.net-mvc-3 jquery-validate unobtrusive-validation
jquery validation: prevent form submit

By the use of the jQuery plugin Validation, I am trying to, well, validate my form. When the validation passes, …

jquery jquery-validate
jQuery Validation - Two fields, only required to fill in one

I'm using the jQuery Validation Plugin on my form. On my form I have a 'Telephone' field and a 'Mobile …

jquery jquery-validate
JavaScript Detecting Valid Dates

Possible Duplicate: Detecting an “invalid date” Date instance in JavaScript I was using the following to detect a valid date: …

javascript jquery date jquery-validate
How to make select2 work with jquery.validation plugin?

I'm trying to validate select2 field using jquey.validation plugin but nothing happens. I want to make select required field. …

jquery jquery-validate jquery-select2