jQuery Live Form Validation Version 1.1

I made some incremental changes to the previous version of jQuery Form Validation and added some new features to the same.

New features in version 1.1
  1. Validations of radio-buttons and check-boxes now possible
  2. Added jquery.validation.functions.js to modularize addition of new validation functions.
  3. New validation functions added
    1. isValidDate(year, month, day): It takes in three parameters the year(i.e. full year) of the date, the month of the date and the day part of the date and returns false if its not a valid date and true if valid. It includes checking of leap years. For example: 02-29-2008 will show as valid but 02-29-2009 as invalid.
    2. isChecked(id): It takes the id of the container containing the group of check-boxes or radio-buttons and returns false if none of the children were checked and true if at-least one was checked.
Download and Demo

Advanced Demo: Click Here
Download: Click Here
Project Repository: Click Here

7 Responses to “jQuery Live Form Validation Version 1.1”

  1. azril says:

    Hi, may I know how to validate confirm password field? I need to validate that the confirm password field should be the same as input in the password field.
    Thanks

  2. [...] Go here to read the rest: jQuery Live Form Validation Version 1.1 | GeekTantra [...]

  3. [...] This post was Twitted by LaFermeDuWeb [...]

  4. Petite Belle says:

    mm… attractive ))

  5. pramod says:

    Hey how to do validation for url please its urgent

  6. Aki says:

    Is it possible to do custom validation, something like; if text field is empty and drop down not selected then display message?

Leave a Reply