 $(document).ready(function(){
    $("span.errore").each(function (i) {
        $(this).parents("p, tr").find("select, input").addClass("highlighted");
    });    
});




