A form validation plugin using is.js
-
Include jQuery and dependencies:
<script src="path/to/jquery.min.js"></script> <script src="path/to/underscore-min.js"></script> <script src="path/to/is.js"></script>
-
Include plugin's code:
<script src="path/to/jquery.customFormValidation.js"></script>
-
Call the plugin:
$('form').customFormValidation({ // config });
Check Releases for detailed changelog.