JAVASCRIPT VALIDATION HAS JUST BECOME SELF-AWARE

Let’s face it, forms are boring, validation is a pain. It’s time to inject some life into them, make them fun again…

Say “hello” to LiveValidation: 

Now that we’re all friends, it’s time to acquaint everyone better…

LiveValidation is a small open-source javascript library built for giving users real-time validation information as they fill out forms. Not only that, but it serves as a sophisticated validation library for any validations you need to make elsewhere in your javascript, it is not just limited to form fields.

The naming conventions and parameters of the validations are similar to those found in the Ruby on Rails framework, and as such is the perfect client-side companion. Don’t worry if you dont use Ruby on Rails though, LiveValidation can be used anywhere you like, is simple to learn, and a joy to use.

Don’t just take my word for it though…take a look around, download it, and make some forms (for) fun!

Scroll to Top