Validform重置并清除校验提示文字的方法: //重置表单 $(".registerform").Validform().resetForm(); $(".Validform_checktip").html(""); 注: 此方法一般用于js局部刷新显示<div>的功能