[jQuery] Re: [validate] select box and text field

2009-02-16 Thread Loony2nz
Thanks Jorn. You've answered the question here and over at cfjedi. On Feb 16, 4:12 am, Jörn Zaefferer wrote: > There are two variations of the required method that should do the > trick:http://docs.jquery.com/Plugins/Validation/Methods/required > > Jörn > > On Mon, Feb 16, 2009 at 1:00 PM,Loo

[jQuery] Re: [validate] select box and text field

2009-02-16 Thread Jörn Zaefferer
There are two variations of the required method that should do the trick: http://docs.jquery.com/Plugins/Validation/Methods/required Jörn On Mon, Feb 16, 2009 at 1:00 PM, Loony2nz wrote: > > I'm using the jQuery plugin: > http://bassistance.de/jquery-plugins/jquery-plugin-validation/ > > I hav