While refactoring all the Javascripts in poMMo I decided to rewrite my old client side validation library into something more jQuery like. The result could prove as a useful form validation plugin to someone.

A rudimentary demo has been posted to;
 http://dev.iceburg.net/jquery/jqValidate/

jqValidate is unobtrusive and standards-compliant. It supports multiple independent forms per page.

If there is any interest; I think the next steps would be to make validation rule sets easily extensible as well as play with comet/ajax server side validation.

There are facets of the jqValidate architecture that could be classifed as bloatful, although that's not the point I'm trying to make with this plugin ;) . The source *may* even be readable!

Enjoy,

~ Brice

Reply via email to