I've added a short explanation and an example here:
http://docs.jquery.com/Plugins/Validation#Validating_multiple_fields_with_one_method

Currently the example has an issue where the submitHandler is called
too early/often. I'll look into it.

Jörn

On Thu, Jun 5, 2008 at 4:04 PM, kapowaz <[EMAIL PROTECTED]> wrote:
>
> I'm trying to create a custom validation rule which works based on a
> pair of form fields (specifically, two select elements representing
> month and year, which must be a date in the future). I couldn't see
> any examples of this pattern in use, and wanted to ask if it was even
> possible? How might one go about creating a custom validation rule
> that did this?
>
> ~B
>

Reply via email to