Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 607 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 607 Bytes

Jquery-form-validaion

Real time simple form validation with Jquery and Regex

Html form is commented out in the bottom of the js file

Rules

Name Should be between 5-30 contains only space

Username should be between 6-20 contains only alphabets numbers '.' and '_'

Valid Email format

Password should be at least a uppercase,lowercase,number,special characters and minimum length 8

Confirm password match

Feel free to use :)