Skip to content

Instantly share code, notes, and snippets.

@lukelex
Created February 18, 2014 19:28
Show Gist options
  • Save lukelex/9078128 to your computer and use it in GitHub Desktop.
Save lukelex/9078128 to your computer and use it in GitHub Desktop.
ValkyrJS - Form validations that doesn't suck!

#ValkyrJS - Form validations that doesn't suck!

All existing client-side validation libraries suffer from at least one of these problems, an awful API, heavy dependencies or low extensibility.

ValkyrJS comes to rescue you on your HTML forms judgment by allowing you to extend your validations with new independent, inherited or composed rules. And all that with a really simple and straight forward API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment