We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e47fbc commit ba2ba34Copy full SHA for ba2ba34
README.md
@@ -29,7 +29,6 @@ jQuery Form Validator is a **feature rich and multilingual** jQuery plugin that
29
<script src="js/jquery.min.js"></script>
30
<script src="js/form-validator/jquery.form-validator.min.js"></script>
31
<script>
32
-/* important to locate this script AFTER the closing form element, so form object is loaded in DOM before setup is called */
33
$.validate({
34
modules : 'date, security'
35
});
0 commit comments