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

2009-05-27 Thread Fountain Internet
I think you misunderstand what I'm trying to do. The plugin automatically inserts the second label - what I was trying to do was get it to use a instead of a , preferably without forking the code. On May 27, 8:24 pm, waseem sabjee wrote: > you don't need a plugin to do this for you. its just un

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

2009-05-27 Thread waseem sabjee
you don't need a plugin to do this for 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, Fountain Internet wrote: > > ok, here's a snippet of my HTM

[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] Re: [validate] multiple labels per form element

2009-05-27 Thread waseem sabjee
Show me the HTMlL and explain to me what you want to achieve. I'm sure there is an easier way. On Wed, May 27, 2009 at 6:04 PM, Fountain Internet wrote: > > 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 > v