I am using the jQuery Validation plugin on a form, and was wondering what's the easiest way of checking if the value of the input is the same as the label?
I'm using jQuery to take the text of each input's label and insert it as the default value of each form element, and then hide the label.
What I'm wanting to do is for the validation to fail if the form is submitted with the default input value unaltered.
Any ideas?
Thanks!