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.
2 parents 67c42a9 + 37a7dcf commit 1db88e5Copy full SHA for 1db88e5
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