NYPD / ritsu.js

HTML form validation
MIT License
2 stars 0 forks source link
form-validation vanilla-javascript

ritsu.js

HTML form validation and utilities. Check out the latest release.

What is this?

A dumb and simple little HTML form validator. It relies heavily on HTML classes to make it very simple to validate input fields. Also comes with some spiffy utilities.

Why?

This all started as a need to easily validate my own forms fields without being able to use someone else's validation plug-in. The result was a mini validation library that has worked pretty well for my projects.

Perhaps someone else will find this useful.

Dependencies?

No dependencies! Uses pure javascript. Make sure to check out the browser compatibility table.

Documentation

Read the wiki. Also there is probably tons of spelling mistakes and stuff. Please let me know if you find any.

Anything else?

I'm wondering if I should switch this from a singleton approach to something else.