Top "Jquery-validate" questions

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

JQuery-Validation - using rules method on selected ID, why does the name attribute have to be present on the element?

I'm a little confused about the JQuery validation plugin behavior. If I have the following JQuery: $('#form1').validate({ /* …

jquery jquery-validate name-attribute
jquery validate depends rule

I have a rule that appears to be formatted like the answer in this thread, but does not validate properly. …

jquery jquery-validate depends
asp.net mvc 3 jquery adding validation message manually

I've been search for quite a while and haven't been able to find an answer to this. I am using …

asp.net-mvc-3 jquery-validate unobtrusive-validation
jquery.unobtrusive-ajax plugin broken when updating to Jquery 1.9.0

Possible Duplicate: jQuery 1.7 - Turning live() into on() //Solution: I simply replaced the four occurrences like the approved answer suggested …

jquery jquery-validate unobtrusive-ajax
jQuery: how to include validation in the ajaxForm function?

This question has been asked, but the answer wasn't confirmed. I tried it but it didn't work. So I would …

jquery jquery-validate ajaxform
Group validation messages for multiple properties together into one message asp.net mvc

I have a view model that has year/month/day properties for someone's date of birth. All of these fields …

c# asp.net-mvc asp.net-mvc-4 jquery-validate unobtrusive-validation
jQuery Validator Does Not Validate Input File Type

I've written a upload form and I want users to be able to upload only images. I've decided to use …

jquery validation jquery-validate jquery-validation-engine
How to get Day Name from date in PHP?

How to get Day Name from date in PHP? $dateValue='2015/07/15'; $dayName=date("D", strtotime($dateValue); Hi, I want …

php datepicker jquery-validate weekday
jquery Validate errorPlacement insert element + br + error

I'm trying to use 'errorPlacement' from jQuery Validation DOCS, like that: $("#myform").validate({ errorPlacement: function(error, element) { error.insertAfter(element); } }); …

jquery jquery-validate errorplacement
How can I disable jquery validation on readonly fields?

The product I am working for uses JQuery validation with MVC3 working behind the scenes. I have a field that …

jquery asp.net-mvc-3 jquery-validate readonly-attribute