[jQuery] Re: previous value ands remote validation

2009-08-27 Thread lanxiazhi
I think what you want is this:$('#FieldA').blur( $('#FieldB').val($('#FieldA').val()); $('#FieldB').valid(); );

[jQuery] Re: previous value ands remote validation

2009-08-26 Thread Jules
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