[jQuery] Re: [validate] Require with more then one selector

2008-02-01 Thread Sudrien
On Jan 30, 6:39 pm, Jörn Zaefferer [EMAIL PROTECTED] wrote: In that I highly recommend just using a custom method. See http://docs.jquery.com/Plugins/Validation/Validator/addMethodand the billingRequired method here:http://jquery.bassistance.de/validate/demo/marketo/mktSignup.js Jörn

[jQuery] Re: [validate] Require with more then one selector

2008-01-30 Thread Jörn Zaefferer
Sudrien schrieb: Pardon the mixing of comment formats. // must be non-blank - values are digits select name=port id=port class={required: true} .../select // Port not found in previous list - values are strings select name=country id=country class={required: '#port[value=-1]'}.../select //