Skip to content

Commit

Permalink
add link to bootstrap validation
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicktho committed Sep 9, 2020
1 parent d3f0564 commit 091c9ec
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions hints/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// of the alert with id "toggle-alert" on and off.

// Validate
// Use bootstrap validation: https://getbootstrap.com/docs/4.5/components/forms/#server-side
// When the form with id "form-validate" is submitted,
// - prevent the default event from firing
// - check the length of the input with id "form-validate-first-name"
Expand Down
1 change: 1 addition & 0 deletions hints/validate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Validate
// Use bootstrap validation: https://getbootstrap.com/docs/4.5/components/forms/#server-side
// When the form with id "form-validate" is submitted,
// - prevent the default event from firing
// - check the length of the input with id "form-validate-first-name"
Expand Down
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Toggle

// Validate
// Use bootstrap validation: https://getbootstrap.com/docs/4.5/components/forms/#server-side

// Challenge: Lists

Expand Down
1 change: 1 addition & 0 deletions solutions/validate.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// Validate
// Use bootstrap validation: https://getbootstrap.com/docs/4.5/components/forms/#server-side
// When the form with id "form-validate" is submitted,
// - prevent the default event from firing
// - check the length of the input with id "form-validate-first-name"
Expand Down

0 comments on commit 091c9ec

Please sign in to comment.