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 - ChuckReceived on Wednesday, 9 September 2009 12:21:39 UTC
This archive was generated by hypermail 2.4.0 : Friday, 17 January 2020 22:59:14 UTC