Top "Jquery-validate" questions

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

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 …

jquery jquery-validate
JQuery validation-select required if checkbox checked

using jquery I want to make a selection from a select box required (ie it can't be left as the …

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

jquery jquery-validate
jQuery Validate File Upload

I am trying to validate a HTML file upload using jQuery Validate I found I can use the meta option …

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

jquery validation jquery-validate
Custom Error Label Placement using jQuery validate (For all or some of your errors)

I would like to place one error label (Not All) in a custom location. jQuery provides this http://docs.jquery.…

jquery jquery-validate validation
jquery validation only digits

I am having the jquery.validate.js plugin and it is working fine for me. My question is : I am …

javascript jquery jquery-plugins jquery-validate
jQuery validator and datepicker click not validating

I am using jquery validator to validate text inputs. The problem I have is, if I click submit it displays …

jquery jquery-validate
jQuery Validation - error placement

I'm trying to use 'errorPlacement' from jQuery Validation DOCS: $("#myform").validate({ errorPlacement: function(error, element) { error.appendTo( element.parent("td").…

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

jquery ajax validation jquery-validate