Skip to content
David edited this page Jan 20, 2014 · 18 revisions

Current Release: 1.0.0-beta

Validatinator is a simple, yet effective, vanilla JavaScript form validation "plugin." Validatinator is based off of one of PHP's most famous framework, Laravel. 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.

Clone this wiki locally