[jQuery] Re: Label disappears on validation

2009-06-22 Thread ypy
Why do the form's labels disappear once a required field is filled ? I Use the last versions of jquery and validate plugin On 18 juin, 11:52, ypy pgeorge@gmail.com wrote: Hi, Let me describe the problem I have to solve : When a field is unvalid : its label gets the errorClass class

[jQuery] Re: Label disappears on validation

2009-06-22 Thread ypy
:52, ypy pgeorge@gmail.com wrote: Hi, Let me describe the problem I have to solve : When a field is unvalid : its label gets the errorClass class. Allright ! When the field gets valid : the label, instead of only loosing the error class, completely disappears (style=display: none

[jQuery] Re: Label disappears on validation

2009-06-22 Thread ypy
Yeah !! Wonderful ! Thank you very much, it works : label.champrequisvide { display: none !important; } On 22 juin, 18:05, Jörn Zaefferer joern.zaeffe...@googlemail.com wrote: Try this: .champrequisvide { display: none !important; } Jörn On Mon, Jun 22, 2009 at 5:17 PM,

[jQuery] [validation plugin] Label disappears on validation

2009-06-18 Thread ypy
understood I had to specify an errorClass, but it doesn't solve the problem. Any idea ? Ypy - Here is the source code used : jQuery.extend(jQuery.validator.messages, { // quand le champ est invalide email: Veuillez entrer une adresse email valide