[jQuery] Re: Validate on combobox
Perfect, thank you very much Jorn. Luigi
[jQuery] Re: Validate on combobox
Set value="" (empty string) for the null-option, and specify required:true. Jörn On Fri, May 22, 2009 at 4:25 PM, ciupaz wrote: > > Hi all, > I need to validate a combobox if the user doesn't make a choice. > My combo is: > > > null > utenza1 > utenza2 > > > and I'm trying t