sm-validator
v1.0.0
Published
a simple but powerful tool for validating form fields. enjoy it!
Maintainers
Readme
sm-validator(small form validator)
Features
Less than 10KB
No dependencies
Customizable rules messages and styles
Support bootstrap and semantic
Useable RegExp on html
Demos
- Simplest demo
<input type="text" data-rule="required">
<script>
new SMValidator('input');
</script>Support third-party UI framework
Download
Use npm
npm install --save sm-validatorUse bower
bower install sm-validator
Documents
About dist
SMValidator.jssource with configSMValidator.min.jsthe minify for SMValidatorSMValidator.pure.min.jswithout config, set rule and style by yourself
TODO
详细的API说明
测试用例及浏览器兼容测试
英文文档
添加vue、jquery插件版本
Reference
some inspirations comes from: nice-validator
