<form onsubmit="return checkform();" method="post" action="add.php">


写个函数判断是否为空
<script type="text/javascript">
function checkform()
{
if($("#pname").val()=='')
{
alert('姓名不能为空!');
return false;
}
}
posted on 2015-12-30 10:29  lypzxy  阅读(173)  评论(0编辑  收藏  举报