[jQuery] Re: Validate plugin - help with name vs Id for rules; checkbox in strange format

2008-10-30 Thread luke BAKING barker
29, 6:23 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Try to set ignore: ":hidden". > > Jörn > > On Wed, Oct 29, 2008 at 6:39 PM, luke BAKING barker > > <[EMAIL PROTECTED]> wrote: > > > hi > > > first, I want to say how coo

[jQuery] Re: Validate plugin - help with name vs Id for rules; checkbox in strange format

2008-10-30 Thread luke BAKING barker
ct 29, 6:23 pm, "Jörn Zaefferer" <[EMAIL PROTECTED]> wrote: > Try to set ignore: ":hidden". > > Jörn > > On Wed, Oct 29, 2008 at 6:39 PM, luke BAKING barker > > <[EMAIL PROTECTED]> wrote: > > > hi > > > first, I want to sa

[jQuery] Re: [validate] Ignore hidden form fields from the validation

2008-10-29 Thread luke BAKING barker
Hi I am having problem with this, in CakePHP it outputs the thml for a checkbox as the following: do you agree to the terms? I have been unbale to get a validation to ensure the checkbox is checked . Here is my option code: $("#CoverAddForm").validate({

[jQuery] Validate plugin - help with name vs Id for rules; checkbox in strange format

2008-10-29 Thread luke BAKING barker
hi first, I want to say how cool this validation plugin is, very slick - especially like the eager validation aspect. I use CakePHP, and I am trying to check a "terms" box is checked, but CakePHP outputs the HTML like so: do you agree to the terms? because of the names being identical, I h