[jQuery] Re: Validate on combobox

2009-05-25 Thread ciupaz
Perfect, thank you very much Jorn. Luigi

[jQuery] Re: Validate on combobox

2009-05-22 Thread Jörn Zaefferer
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