I\'m looking for a plugin for jQuery that can validate as a key is pressed and after it loses focus (text boxes).
I\'m currently using jVal - jQuery Form Field Validati
I've use jQuery plugin:validation. it works pretty with creating DOM elements on the fly. When creating them on the fly make sure the attributes name and ID are included. I'm pretty sure the plugin uses the name attribute to find them in the html. If the name is missing they can't be found.
Also this might be another good validation tool. http://www.livevalidation.com