myrules is a small javascript library that allow you to validate your web site forms.

myrules is easy to lean and easy to use. It speeds up and simplifies web development.

Get Started

Using myrules

Include from CDN

To Include myrules in your web site from CDN, just add a script in your page.

<script src="https://cdn.jsdelivr.net/gh/AlbertoAdolfo27/myrules/dist/myrules.js"><script/>

Download and Host Youself

To host yourself, download myrules javascript file and add a script in your web page.

<script src="myrules.min.js"><script/>
View documentation