[jQuery] Re: Jorn's validation library, validate against default value

2007-09-11 Thread Michael Price
Jörn Zaefferer wrote: Your best bet, and most unobtrusive, is to avoid using default values for labels: http://www.alistapart.com/articles/makingcompactformsmoreaccessible/ Otherwise, you can still implement that as a custom method. See http://jquery.bassistance.de/api-browser/plugins.html#j

[jQuery] Re: Jorn's validation library, validate against default value

2007-09-10 Thread Jörn Zaefferer
Michael Price schrieb: 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 val