[jQuery] Re: [Validate] Two fields, one error message

2008-02-06 Thread Michael Price
Currently the best approach is a custom method that checks both fields, but is added only to one of them. If you have two fields side-by-side its good for message display to add the rule to the right one. As that question now came up a few times I've added (http://dev.jquery.com/changeset/46

[jQuery] Re: [Validate] Two fields, one error message

2008-02-05 Thread Jörn Zaefferer
Michael Price schrieb: Hi all, Hoping (and betting) that this is a simple fix but I have two fields - the month and year of a card expiry date. Both of them need to have a selection made, but I only want to show ONE error message if EITHER of them are left blank. At the moment, if both fie