$(function(){ $.formValidator.initConfig({formid:"myform",autotip:true}); $("#name").formValidator({onshow:"请输入客户分类名称",onfocus:"2到20个字符"}).inputValidator({min:2,max:20,onerror:"2到20个字符"}).ajaxValidator({ dataType : "html", async : true, url : "${pageContext.request.contextPath}/clientSortSTManage/clientSortST!isEqualClientSortName.action", success : function(data){ if(data=='true'){ return true; } else{ return false; } }, buttons: $("#submit"), error: function(jqXHR, textStatus, errorThrown){alert("服务器没有返回数据,可能服务器忙,请重试"+errorThrown);}, onerror : "该客户分类名称已存在,请更换客户分类名称", onwait : "正在对客户分类名称进行合法性校验,请稍候..." }); })
}
点击查看更多内容
为 TA 点赞
评论
共同学习,写下你的评论
评论加载中...
作者其他优质文章
正在加载中
感谢您的支持,我会继续努力的~
扫码打赏,你说多少就多少
赞赏金额会直接到老师账户
支付方式
打开微信扫一扫,即可进行扫码打赏哦