jquery.validate怎么不起作用

为什么提交的时候jquery.validate没有提示用户名不能为空<!DOCTYPEhtmlPUBLIC"-//W3C//DTDXHTML1.0Transitional... 为什么提交的时候jquery.validate没有提示 用户名不能为空

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>set your title</title>
<link href="css/jquery_validate.css" rel="stylesheet" type="text/css"/>
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery_validate.js"></script>

</head>

<body>
<form action="aa.html" name="form">
<input type="text" require="true" datatype="require" msg=" 不能为空 " />
<input type="submit" value=" 提交 " />
</form>

<script>
$("form").checkForm(); //表单验证
</script>

</body>
</html>
展开
 我来答
申悟空
推荐于2016-05-01 · TA获得超过174个赞
知道小有建树答主
回答量:151
采纳率:0%
帮助的人:81万
展开全部
BODY里面的内容修改如下:
<body>
<form action="aa.html" name="form" id="form">
<input type="text" require="true" datatype="require" msg=" 不能为空 " />
<input type="submit" value=" 提交 " />
</form>

<script>
$("#form").validate(); //表单验证
if(!$("#form").valid().){
alert("请正确填写表单!");
}
</script>

</body>
</html>
百度网友689d8124
2011-04-11 · TA获得超过107个赞
知道答主
回答量:90
采纳率:100%
帮助的人:52.1万
展开全部
似乎jquery验证控件的验证方法不叫checkForm(),不知道你下载的是哪个?
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
哥起不上名字
2011-04-11
知道答主
回答量:37
采纳率:0%
帮助的人:17.5万
展开全部
还可以这么用吗? 建议你看下自带的例子
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 2条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式