[jQuery] Re: (Validation) How to use with Multi-Select?

2009-08-27 Thread Psyclo
d_"+i || tid == "prog_"+i || tid == "amt_"+i) error.insertAfter("#DESC_"+i); else error.insertAfter(element); }, errorClass: "er

[jQuery] (Validation) How to use with Multi-Select?

2009-08-27 Thread Psyclo
I have a form with a multi-select field that needs to be validated, so at least one option is selected. Is there a setting I'm missing in the validation plug-in? Thanks in advance.

[jQuery] Re: (Validation) Problem with "All or Nothing" fields

2009-08-27 Thread Psyclo
Can anyone help with this, Please? Thanks.

[jQuery] (Validation) Problem with "All or Nothing" fields

2009-08-13 Thread Psyclo
I have a form with a block of 4 fields (3 selects and a text input) that have to either be all left empty or all filled in. I'm new to jQuery, and the Validation plug-in, so I probably have missed something here. I've been through the documentation, and have tried a number of things to get this