[jQuery] Re: [validate] grouped select boxes

2009-03-11 Thread Mark King
...@googlemail.com wrote: Using the validation plugin, set a required-rule for each field, after removing the value from the 0-option, that is, change it to option value0/option Jörn On Wed, Mar 11, 2009 at 6:57 AM, Mark King m...@ampersand.net.au wrote: Hi. I have two select boxes

[jQuery] Re: [validate] grouped select boxes

2009-03-11 Thread Mark King
...@googlemail.com wrote: Using the validation plugin, set a required-rule for each field, after removing the value from the 0-option, that is, change it to option value0/option Jörn On Wed, Mar 11, 2009 at 6:57 AM, Mark King m...@ampersand.net.au wrote: Hi. I have two select boxes

[jQuery] [validate] grouped select boxes

2009-03-10 Thread Mark King
Hi. I have two select boxes for differrent classes of tickets , like so: select name=seasonmember id=seasonmember option value=00/option option value=11/option option value=22/option option value=33/option option value=44/option option value=55/option /select select name=season id=season option

[jQuery] [validate] at least one of four fields

2009-02-12 Thread Mark King
I have a form with four text fields where one must be completed - then each has their own validation rules (so if a field is not blank it must validate, but it can be blank as long as at least one other is completed). How can I code this using the validate plugin?