[jQuery] Re: validate - error messages keep piling up

2009-12-18 Thread Mark Livingstone
Works now :) Had to create a special class that combined all three classes. On Dec 17, 5:36 pm, Mark Livingstone wrote: > OK, thanks. I will try and report back. > > On Dec 16, 12:22 pm, Jörn Zaefferer > wrote: > > > You have three classes specified for the errorClass. The plugin can't handle >

[jQuery] Re: validate - error messages keep piling up

2009-12-17 Thread Mark Livingstone
OK, thanks. I will try and report back. On Dec 16, 12:22 pm, Jörn Zaefferer wrote: > You have three classes specified for the errorClass. The plugin can't handle > that. If you actually need more then one class, use the highlight and > unhighlight options to add and remove those. > > Jörn > > On

Re: [jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Jörn Zaefferer
You have three classes specified for the errorClass. The plugin can't handle that. If you actually need more then one class, use the highlight and unhighlight options to add and remove those. Jörn On Wed, Dec 16, 2009 at 4:43 PM, Mark Livingstone wrote: > On Dec 16, 9:59 am, Jörn Zaefferer > wr

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
On Dec 16, 9:59 am, Jörn Zaefferer wrote: > At least post your full JS codes instead of just excerpts. > Jörn http://jsbin.com/isuco/edit I can e-mail you the link to my working page if that will help. Unfortunately I cannot share it here.

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
On Dec 16, 9:59 am, Jörn Zaefferer wrote: > At least post your full JS codes instead of just excerpts. > > Jörn http://jsbin.com/isuco/edit I can e-mail you the link to my working page if that will help. Unfortunately I cannot change it here.

Re: [jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Jörn Zaefferer
At least post your full JS codes instead of just excerpts. Jörn On Wed, Dec 16, 2009 at 3:54 PM, Mark Livingstone wrote: > Jörn , it's hard to extract the code and make it functional just for > jsbin.com > > Basically, the validation plug-in APPENDS element that contains > the error message rig

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
Jörn , it's hard to extract the code and make it functional just for jsbin.com Basically, the validation plug-in APPENDS element that contains the error message right after the input field. When another message appears, it appends it again instead of first removing the initial message. My workar

Re: [jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Jörn Zaefferer
Could you provide a full example, eg. via jsbin.com? Jörn On Wed, Dec 16, 2009 at 2:53 PM, Mark Livingstone wrote: > anyone? :) > > On Dec 15, 12:37 pm, Mark Livingstone wrote: > > Hi, > > > > Since I moved to a new design I cannot figure out how to stop the > > validate plug-in to append error

[jQuery] Re: validate - error messages keep piling up

2009-12-16 Thread Mark Livingstone
anyone? :) On Dec 15, 12:37 pm, Mark Livingstone wrote: > Hi, > > Since I moved to a new design I cannot figure out how to stop the > validate plug-in to append error messages and instead have it remove > the previous error message before creating another one. > > here is what my HTML code looks