Skip to content

Commit 1db88e5

Browse files
committed
Merge pull request victorjonsson#38 from stevewasiura/patch-7
added help comment in setupForm example
2 parents 67c42a9 + 37a7dcf commit 1db88e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ particular form.
3131
<script src="js/jquery.min.js"></script>
3232
<script src="js/form-validator/jquery.form-validator.min.js"></script>
3333
<script>
34+
/* important to locate this script AFTER the closing form element, so form object is loaded in DOM before setup is called */
3435
$.setupForm({
3536
modules : 'date, security'
3637
});

0 commit comments

Comments
 (0)