[jQuery] [validation] error elements are appended endlessly

2008-04-29 Thread pre-pro-md
I am using the validation plugin 1.2.1 and jquery 1.2.3 The problem is that the error containers are added, but: a) not removed when the user enters the correct data and moves to the next field b) more importantly, if the user clicks submit again, another error element added (yes, an extra one) h

[jQuery] [validation] error elements are appended endlessly

2008-04-29 Thread pre-pro-md
I have a problem using validation plugin 1.2.1 and jquery 1.2.3 Every time the user clicks submit, the script adds a new error element, leaving the previous one, so I end up with error elements stacking up one after another. Also, the script doesn't remove the error if user fills the field correc