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 67c42a9 commit 37a7dcfCopy full SHA for 37a7dcf
README.md
@@ -31,6 +31,7 @@ particular form.
31
<script src="js/jquery.min.js"></script>
32
<script src="js/form-validator/jquery.form-validator.min.js"></script>
33
<script>
34
+/* important to locate this script AFTER the closing form element, so form object is loaded in DOM before setup is called */
35
$.setupForm({
36
modules : 'date, security'
37
});
0 commit comments