mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
jquery-validate plugin for form validation
This commit is contained in:
@@ -44,3 +44,4 @@ html
|
||||
.container
|
||||
block content
|
||||
script(src='/js/lib/jquery.js')
|
||||
script(src='/js/lib/jquery.validate.js')
|
||||
|
||||
@@ -28,3 +28,5 @@ block content
|
||||
.alert.alert-danger
|
||||
for message in messages
|
||||
div= message
|
||||
script
|
||||
$('form').validate();
|
||||
|
||||
Reference in New Issue
Block a user