[jQuery] [validate]

2009-03-09 Thread Trixster
I have found a possible bug and a possible solution. When I validate my form select box, its label goes red (gets the error class added) as does the element itself. When I update my selected value, the label disappears altogether. Work around: errorElement: "em", If I set errorElement to someth

[jQuery] Re: Validate form labels disappear

2009-03-09 Thread Trixster
I have found a possible bug and a possible solution. When I validate my form select box, its label goes red (gets the error class added) as does the element itself. When I update my selected value, the label disappears altogether. Work around: errorElement: "em", If I set errorElement to someth