Someone recently posted a cool jQuery form validation lib where validation rules are defined manually in the javascript itself - many comments suggested a library that simply parses the relevant HTML and validates based on attributes such as HTML 5 input types, maxlength, pattern, etc.This does just that, along with a few other niceties. My first jQuery plugin so criticism welcome.