Live (on-Blur) Validation
I'm really starting to like the idea of three stage validation, validating on blur where possible, on submit where supported and then of course on the server as a backstop for users without Javascript and/or with malicious intent. There is a framework designed to make it easy to create on-blur validations and while it isn't exactly how I want to work, I think it's close enough that my first jQuery plug-in may well be based on this concept, although with support for a validation to be described once and then run both on blur and on submit.
Thoughts?


