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?