Log in

View Full Version : Form validation library



tim2011
07-26-2011, 07:50 AM
I'm looking for a (preferably standalone) javascipt
library that can validate all kinds of form elements on blur
-drop down list,radio buttons, check boxes, text areas, text box.

Thanks

djr33
07-26-2011, 06:00 PM
This seems useful but I don't know of anything that is a complete solution.

Are you looking for a specific feature and hoping to find an all-in-one solution so you can find that particular feature? Or do you need everything?

This sounds like a good script to develop, and it's certainly possible, but there's a lot of work outside of the coding also-- figuring out how you'd want to validate a certain element.

The first step is to make a list of all elements and then how each one could be validated. (Then build that into a function.) Start there, and I'm guessing someone would be interested in helping once you have this started.

djr33
07-26-2011, 06:00 PM
This seems useful but I don't know of anything that is a complete solution.

Are you looking for a specific feature and hoping to find an all-in-one solution so you can find that particular feature? Or do you need everything?

This sounds like a good script to develop, and it's certainly possible, but there's a lot of work outside of the coding also-- figuring out how you'd want to validate a certain element.

The first step is to make a list of all elements and then how each one could be validated. (Then build that into a function.) Start there, and I'm guessing someone would be interested in helping once you have this started.