This small but powerful script lets developers add JavaScript validation to forms quickly and with very little effort.
No programming experience is necessary, but it's fully extensible to allow programmers to augment the built-in validation rules with their own.
RSV comes in three flavours: as a standalone script, as a jQuery plugin and as a Prototype extension.
All of the versions offer the same functionality, but the documentation and examples is separated into sections to keep things clear.
Requirements:
· JavaScript enabled on client side
· jQuery
· Prototype
What's New in This Release: [ read full changelog ]
· Bug in the Really Simple Validation script. The problem occurred with commas being passed to the reg_exp rule.