8000 GitHub - Vishnu053/nativevalidatejs: NativeValidate.js is a simple validator enhancer for your simple forms. It uses in-built browser validation API to validate your form fields.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

NativeValidate.js is a simple validator enhancer for your simple forms. It uses in-built browser validation API to validate your form fields.

Notifications You must be signed in to change notification settings

Vishnu053/nativevalidatejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NativeValidator.js

NativeValidate.js is a simple validator enhancer for your simple forms. It uses in-built browser validation API to validate your form fields.

Usage

npm i nativevaliatorjs

OR Include

https://cdn.jsdelivr.net/gh/Vishnu053/nativevalidatejs@main/nativeValidate.min.js

Include nativeValidate.min.js or nativeValidate.js in your project

choose a unique name for your parent element covering all your inputs to be validated. This classname should be passed to all the nativeValidate functions you call.

Call listenForValidation() to listen and validate.

Call validateInputs() to validate all inputs at once.

You can find demo in demo.html

About

NativeValidate.js is a simple validator enhancer for your simple forms. It uses in-built browser validation API to validate your form fields.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0