Skip to content

newyoung21/form

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

表单插件

这是一个依赖jQuery的表单插件

使用方法:

只需要实例化 Validate()函数,且传入要验证表单的form的类名称

var form1 = new validate('.form');