Re: [jQuery] validation plugin. errorplacement and onblur

2009-12-14 Thread Leonardo K
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 wrote: > Greetings! I had a small problem: all errors received in plugin > validation I take out in div the block with id

[jQuery] validation plugin. errorplacement and onblur

2009-12-13 Thread Droy
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 t