[jQuery] Re: Validate Text Field onblur (Bassistance Validation Plugin)

2009-09-25 Thread Dave Buchholz - I-CRE8
Not at the moment, sorry Dave Buchholz On Sep 25, 12:51 am, Loony2nz wrote: > do you have an example of this somehwere?  I think I could use this > for upcoming forms I have in my pipeline. > > Thanks! > > On Sep 1, 10:33 am, Dave Buchholz - I-CRE8 wrote: > > > Got it, this code onfocusout: fu

[jQuery] Re: Validate Text Field onblur (Bassistance Validation Plugin)

2009-09-24 Thread Loony2nz
do you have an example of this somehwere? I think I could use this for upcoming forms I have in my pipeline. Thanks! On Sep 1, 10:33 am, Dave Buchholz - I-CRE8 wrote: > Got it, this code onfocusout: function(element) { this.element > (element); }, gives me what I am looking for > > Dave Buchho

[jQuery] Re: Validate Text Field onblur (Bassistance Validation Plugin)

2009-09-01 Thread Dave Buchholz - I-CRE8
Got it, this code onfocusout: function(element) { this.element (element); }, gives me what I am looking for Dave Buchholz

[jQuery] Re: Validate Text Field onblur (Bassistance Validation Plugin)

2009-09-01 Thread Dave Buchholz - I-CRE8
To be clearer on what I am trying to achieve if nothing is entered I want to trigger an error Thanks, Dave Buchholz