[jQuery] Re: previous value ands remote validation
I think what you want is this:$('#FieldA').blur( $('#FieldB').val($('#FieldA').val()); $('#FieldB').valid(); );
[jQuery] Re: previous value ands remote validation
May be you should put the remote validation in field A instead of B, passing both A and B values to the server side. On Aug 26, 4:42 pm, marcp wrote: > hi all, > > i have 2 fields in my form with 1 being currently validated with a > remote method (say Field B). > I would like to make a dependenc