JQuery validation with default input.

Posted by Anthony on Stack Overflow See other posts from Stack Overflow or by Anthony
Published on 2010-05-26T05:49:31Z Indexed on 2010/05/26 6:11 UTC
Read the original article Hit count: 225

Filed under:

I am using this technique to place default input in the text fields as a hint to users.

http://www.dailycoding.com/Posts/default_text_fields_using_simple_jquery_trick.aspx

I would like to also validate the fields using jquery validate.

How can i get the validater to ignore the default input?

© Stack Overflow or respective owner

Related posts about jquery-validate