Skip to content
David edited this page Dec 17, 2015 · 18 revisions

Current Release: 1.3.1

Validatinator is a simple, yet effective, vanilla JavaScript form validation "plugin." It is loosely based off of Laravel's validation system. Using Validatinator is as easy as instantiating a Validatinator object, calling the passes or fails methods and if there are failed validations then grabbing those validations from the errors property on the main object.

Table of Contents

Clone this wiki locally