This jquery plugin helps to handle html input validation. It uses strict html attributes to map the validation rules and is easy extendable.
npm install jquery.input.validatorThis jquery plugin helps to handle html input validation by applying rules to elements based on html attributes.
It is inspired by jquery-validation but has less complexity, more comfort and is easy adjustable for complex setups. Read more in the Documentation.
It has a high test coverage and is tested with jquery >1.10, >2 and >3
bashbower install jquery.input.validator
or
npm install jquery.input.validator
`
Integration
Insert the following dependencies into your html file:
`html