飞狐爷

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年4月5日

摘要: client: server: echo '[{"demoData":"This Is The JSON Data"}]'; 弹出:This Is The JSON Data 如果服务器端返回不是json数据,将不会弹出alert(); dataType参数设置: "xml": 返回 XML 文档, 阅读全文
posted @ 2014-04-05 13:46 飞狐爷 阅读(411) 评论(0) 推荐(0) 编辑

摘要: 官网地址:http://bassistance.de/jquery-plugins/jquery-plugin-validation一导入js库二、默认校验规则(1)required:true 必输字段(2)remote:"check.php"使用ajax方法调用check.php验证输入值(3)email:true 必须输入正确格式的电子邮件(4)url:true 必须输入正确格式的网址(5)date:true 必须输入正确格式的日期 日期校验ie6出错,慎用(6)dateISO:true 必须输入正确格式的日期(ISO),例如:2009-06-23,1998/01/22 阅读全文
posted @ 2014-04-05 11:09 飞狐爷 阅读(838) 评论(0) 推荐(0) 编辑