# validictory.js **Repository Path**: mirrors_developit/validictory.js ## Basic Information - **Project Name**: validictory.js - **Description**: Validation, 90's-style. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2025-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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.