[jQuery] Re: multiple labels per form element

2009-06-08 Thread Fountain Internet
Thanks, that's exactly what I was looking for. Simon

[jQuery] Re: [validate] multiple labels per form element

2009-05-27 Thread Fountain Internet
you. its just unnecessary memory > usage. > > all you would need to do is > > first add a class to your tag > > like > > then the script > > $("p.one").append('My Error<\/span>'): > > On Wed, May 27, 2009 at 8:22 PM, Fou

[jQuery] Re: [validate] multiple labels per form element

2009-05-27 Thread Fountain Internet
ok, here's a snippet of my HTML: Name: * I adapted the Remember The Milk example code to validate my fields. For the above field the resulting markup becomes: Name: * Please enter your name i.e. two labels associated with one field. I want the ge

[jQuery] [validate] multiple labels per form element

2009-05-27 Thread Fountain Internet
I've found the Validate plugin to be really useful, but one issue I have is the label markup that the plugin generates to contain the validation message. Since forms should have label markup associated with the field description (e.g. "First name"), this means that you end up with two labels assoc