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.
- Host: GitHub
- URL: https://github.com/developit/validictory.js
- Owner: developit
- License: mit
- Created: 2014-06-26T01:39:09.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-26T02:00:12.000Z (over 11 years ago)
- Last Synced: 2025-09-12T00:45:41.478Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 129 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.