JQuery Validation
If you already use jquery for your javascript framework. May I recommend jquery validate. Simply put, the just javascript form validator I have ever used, and I have used a few. This is one is a real winner. It’s one line of js, and you put stuff like class=’required’ or class=’required email’ inside of your input tags. That’s it.

