jQuery Validate Required Select

Posted by Idsa on Stack Overflow See other posts from Stack Overflow or by Idsa
Published on 2010-05-24T23:45:38Z Indexed on 2010/05/24 23:51 UTC
Read the original article Hit count: 417

Filed under:
|

I am trying to validate html select element using jQuery Validate plugin. I set "required" rule to true but it always passes validation because zero index is chosed by default. Is there any way to define empty value that is used by required rule?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-validate