SeViR schrieb:

        $("#envia_quest").validate({
            errorClass: "error_valida",
            errorElement: "em",
            errorPlacement: function(error, element) {
error.appendTo( element.parents("ul").find("li.aki_erro") );
            },     <----- THIS IS THE ERROR
I marked above the error. You have a list of object element with a final comma. This simple error
was my nightmare one month ago :-P. Be careful.
Good point. Though currently it looks like 1.1.4 breaks the validation messages in IE6.

-- Jörn

Reply via email to