文章分类 -  web前端

转载--jquery validate 使用详解
摘要:默认校验规则(1)required:true 必输字段(2)remote:"check.php" 使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的网址(5)date:true 必须输入正确格式的日期(6)dateISO:true 必须输入正确格式的日期(ISO),例如:2009-06-23,1998/0... 阅读全文
posted @ 2010-10-12 13:18 nobin 阅读(132) 评论(0) 推荐(0)