HTML Form Validator: A jQuery Plugin!

A few months back I authored a simple, extensible jQuery plugin for easy form validation. There are plenty of awesome form validation tools out there but I wanted something that could be extensible with customizable validation patterns, customizable callback success/error functions, and something I could learn from :)

If you prefer to just read the source then feel free to fork it on GitHub and have at it. Otherwise, here we go!

Continue reading