[jQuery] Re: Need help validating a dropdown list

2009-02-03 Thread Jörn Zaefferer
Ah, good catch. I forgot that the text is used as a value when no value-attribute is provided. Good to know you got it working! Jörn On Tue, Feb 3, 2009 at 3:10 AM, Kathryn wrote: > > Jörn, > > Many thanks for the clarification and tip. When I removed the value > attribute completely, it didn't

[jQuery] Re: Need help validating a dropdown list

2009-02-02 Thread Kathryn
Jörn, Many thanks for the clarification and tip. When I removed the value attribute completely, it didn't work, but when I left it in with no value, the error message came up as expected. The code below works. Thanks again-- Kathryn --Select One-- Feb 16 - 20, 2009 Mar 16 - 20, 2009 Apr 13 -

[jQuery] Re: Need help validating a dropdown list

2009-02-01 Thread Jörn Zaefferer
Dropdowns are supported just fine. Just remove the value attribute from the "select one" option and add a required rule for the field. See also http://jquery.bassistance.de/validate/demo/radio-checkbox-select-demo.html Jörn On Sat, Jan 31, 2009 at 7:59 PM, Kathryn wrote: > > Hi all, > > I'm us