You can use the errorLabelContainer to put all your label in a div, and the
plugin will handle this.

errorLabelContainer: "#messageBox",

On Sun, Dec 13, 2009 at 09:33, Droy <droy...@gmail.com> wrote:

> Greetings! I had a small problem: all errors received in plugin
> validation I take out in div the block with id = "error".
>
> errorPlacement: function (error) {
>        $ (' #error ').html (error); }
>
> All works well. But when the user has corrected the data on correct in
> case of an error errors from the block div it is not removed. It is
> clear, because html - joining.
>
> As to me to set property: "onblur" that if there were no errors, in
> the block div already described errors were removed?
>

Reply via email to