Form validation Issue
Posted
by Nimbuz
on Stack Overflow
See other posts from Stack Overflow
or by Nimbuz
Published on 2010-06-11T05:45:07Z
Indexed on
2010/06/11
5:53 UTC
Read the original article
Hit count: 329
I am using jQuery validation plugin for form validation. The problem I am facing is when I have inline labels..
For Example:
<input type="text" name="myinput" value="Enter your ....">
This is the sample case where validation is failing because the 'value' is set for input field. Is there any workaround? How do I ignore default/label values?
© Stack Overflow or respective owner