I think what you want is this:$('#FieldA').blur(
 $('#FieldB').val($('#FieldA').val());
$('#FieldB').valid();
);

Reply via email to