I'm using http://docs.jquery.com/Plugins/Validation and am wondering
if it's possible to have this plugin not allow the standard value.

I'm only showing my input boxes with the desired content named in it
with the value attribute. This will dissapear when somebody starts
editing.

So my form looks like:
<input type="text" class="inputField required" name="name"
value="Enter Your Name Here" type="text"/>

So anything should be allowed except "Enter Your Name Here"...

Is there anyone who knows the trick?

Regards,

Jaap

Reply via email to