All Projects → benkeen → rsv

benkeen / rsv

Licence: other
Really Simple Validation (Javascript validation library)

Programming Languages

HTML
75241 projects
javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Really Simple Validation (RSV)

General info

Really Simple Validation (RSV) is a tried-and-tested javascript validation library I wrote back in the late paleolithic era. Additional code contributed by Mihai Ionescu and Nathan Howard.

This powerful little script lets you add client-side validation to any webform with very little work. It includes a number of pre-existing routines for common tasks like validating email addresses, numbers, and other field content, and provides a simple mechanism to extend it to whatever custom functions you need. For documentation and examples, please visit:

http://www.benjaminkeen.com/open-source-projects/smaller-projects/really-simple-validation-js/

There are three flavours:

  • /standalone - contains a self-contained script with no other dependencies.
  • /jquery - RSV as a jQuery plugin
  • /prototype - RSV as a Prototype plugin

For developers

As mentioned this is an oooolllld script (~10 years or more), but still functions perfectly well. If anyone wants to take over the project, go for it. The world is pretty much inundated with validation libraries these days, so I don't plan on spending any more time on it, other than for bug fixes.

  • Ben
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].