An open API service indexing awesome lists of open source software.

https://github.com/developit/validictory.js

Validation, 90's-style.
https://github.com/developit/validictory.js

Last synced: 4 months ago
JSON representation

Validation, 90's-style.

Awesome Lists containing this project

README

          

validictory.js
==============

Validation - 90's style.

> Honestly, don't use this.
> I just had it kicking around from ages ago and figured I'd lob it at the world.

---

Usage
=======

I think it works something like this:

```JavaScript
require(['validictory.js'], function(validictory) {
validictory('form#myform');
});
```

I wrapped it up in AMD pretty hastily so there are no guarantees on how it is instantiated.

---

License
=======

MIT. Use at your own risk.