Leonardo K schrieb:
> Whenever plugin validates the field it creates new label with error
I forgot to update the example about errorPlacement, d'oh. Try this:

errorPlacement: function(error, element) {
error.appendTo( element.next() );
}

I tried your example here, and it works.

If the above doesn't solve your issue, could you post an example page?

-- 
Jörn Zaefferer

http://bassistance.de


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to