Skip to content

jessiehan/form-validate

Repository files navigation

Validate

jquery表单校验插件

特点:除了普通的单个字段,增加了对日期范围、数字范围、价格范围的校验

Getting Started

Download the production version or the development version.

用法和示例在index.html

参数说明:

itemClass,每一个表单项的class名称,默认是item requireName,表示表单项需要校验的属性名,默认是required $submitBtn,表示调用校验表单的dom,即点击该dom,校验表单,默认是$('input.submit'); validCallback,表示校验成功的回调 unvalidCallback,表示校验失败的回调

Documentation

(Coming soon)

Examples

(Coming soon)

Release History

(Nothing yet)

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published