Skip to content

Commit 37a7dcf

Browse files
committed
added help comment in setupForm example
to help newbies who try to put all scripts in DOM head
1 parent 67c42a9 commit 37a7dcf

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)