Nod

Nod

Download Demo
  • Overview
  • Documents
User Rating: 0/5 ( 0 votes)
Your Rating:

Writing frontend validation for forms is painfully boring. So I made this in the hopes that it will help make it a little less agonizing for you.

It's designed to

  • Keep validation away from the fields to keep the html clean and simple
  • Work with selectors so you can target more fields with just one "rule"
  • Be flexible. You can easily define your own functions to validate for (and many other things)
  • Be extensible. If you look in the source code, it should be fairly easy to add new rules or remove/add functionality

While it isn't strictly Bootstrap dependent, it defaults to the structure that bootstrap uses for its forms. However it should be flexible enough to accomodate most any structure.

Scroll To Top