码迷,mamicode.com
首页 > Web开发 > 详细

jquery表单验证

时间:2014-06-11 22:59:13      阅读:292      评论:0      收藏:0      [点我收藏+]

标签:style   class   blog   code   java   http   

js表单验证,这是个人做的总结,需要的请留言

需要文件:jquery.js, validator.js, validator.css, add.xml

xml文件:

bubuko.com,布布扣
<?xml version="1.0" encoding="utf-8"?>
<root box="errorbox">
<username>
<required>请填写姓名</required>
</username>
<content>
<required>请填写内容</required>
</content>
。。。。。。 //还可以填写更多内容
</root>
bubuko.com,布布扣

html内嵌套的脚本文件

1
2
3
4
5
6
7
8
9
10
<script type="text/javascript">
            $(function(){
                $.validate.setConfigs({
                    xmlPath:‘public/xml/‘
                });
                $(document).ready(function(){
                    $(‘#book_add‘).validate();
                });
            })
</script>

 OKay,基本上可以检验除与服务器交互的表单验证了

---恢复内容结束---

jquery表单验证,布布扣,bubuko.com

jquery表单验证

标签:style   class   blog   code   java   http   

原文地址:http://www.cnblogs.com/eyeSpace/p/3772265.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!