File: app/views/password-example.pug

Recommend this page to a friend!
  Classes of Dave Norminton   JS Form Validation Library   app/views/password-example.pug   Download  
File: app/views/password-example.pug
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: JS Form Validation Library
Validate form inputs of many types
Author: By
Last change:
Date: 1 year ago
Size: 522 bytes
 

Contents

Class file image Download
doctype html head title Form Validator meta(type='author' content='David Norminton') link(rel='stylesheet' href='style.css') header h1 Example : form with passwords #alert form#form-1(name='myForm' action='' method='POST') div label Password span.message input#password(type='password') div label Confirm Password span.message input#password-check(data-vf='confirm' type='password') input#form-submit(type='submit') script(src='form-valid.js') script. ValidateForm.init('myForm');