Leonardo K schrieb:
> Your code don't solve my problem, but I believe that I found the problem.
>
> The problem is the label class. When I set the errorClass, the label 
> still have the class='error'.
>
> $("form").validate({
> focusInvalid: false,
> event: "blur",
> debug: true,
> errorClass: "comErro",
> errorPlacement: function(error, id) {
> error.attr("class", "comErro");
>           error.appendTo( element.next() );
> }
> });
That is a bug, thanks for spotting it.

-- 
Jörn Zaefferer

http://bassistance.de


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

Reply via email to