[jQuery] Jorn's validation library, validate against default value
Hi all,
We've got two input boxes on a form for the user to type their name in
to. The client has requested "Forename" and "Surname" appear in these
boxes by default as a hint to ensure they know what goes in which box.
I want to validate these fields using Jorn's validation to ensure that
they are not just the default values. Either by doing exactly this
(preferable as I could re-use it), or checking they don't say "Forename"
or "Surname" would be fine. What would be the best way of going about
this? Thanks!
Regards,
Michael Price