Results 1 to 3 of 3

Thread: Form validation library

  1. #1
    Join Date
    Jul 2011
    Posts
    7
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Form validation library

    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

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    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.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •