SeViR schrieb:
How I can see the correct code would be:

$("#theform").validate({
   rules:{
      t2: {
         required: function(element){
            return $(t1).value == "test";
         }
      }
   }
});

Right, my mistake.

-- Jörn

Reply via email to