Hi Jorn, I have a similar issue. But putting the custom rule on only one of the fields means that the onkeyup/onblur validation will only work when the user is in that field, which is not very clear for the user if input in multiple fields affects validation. Is there any solution to this?
On Feb 1, 10:13 pm, Jörn Zaefferer <[EMAIL PROTECTED]> wrote: > Thevalidationpluginrequires that each validated field has a unique > name (in the context of the form). If you want to validatemultiplefieldsas > one, I recommend using a custom method. Put the rule for that > method on one of thefields, and check the entire group inside that method. > Seehttp://docs.jquery.com/Plugins/Validation/Validator/addMethodfor > adding methods. > > Jörn