- From: Chuck Houpt <chuck@habilis.net>
- Date: Wed, 9 Sep 2009 08:20:54 -0400
- To: Ludovic Cadet <ludo999@hotmail.com>
- Cc: <www-validator@w3.org>
On Sep 8, 2009, at 6:00 PM, Ludovic Cadet wrote: > I have to attribute this "required" in "input" because it's the > script for jQuery to validate my form. Is there a way to still be > able to validate my page? Based on the jQuery form-validation example, It looks like the plugin can use class names, rather then attributes. So class="required email" may work, and would be HTML-valid. http://docs.jquery.com/Plugins/Validation The other method would be to programmatically setup the validation for the fields. Cheers - Chuck
Received on Wednesday, 9 September 2009 12:21:39 UTC