jquery.validator nice-validator表单验证效果代码
代码语言:html
所属分类:验证
代码描述:jquery.validator nice-validator表单验证效果代码
下面为部分代码预览,完整代码请点击下载或在bfwstudio webide中打开
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link type="text/css" rel="stylesheet" href="//repo.bfw.wiki/bfwrepo/css/jquery.validator.css">
<style>
body {
padding: 400px;
font: 100%/1.5 "Helvetica", "Arial", "Microsoft Yahei";
}
input[type="text"],
input[type="password"],
input[type="number"],
select,
textarea,
[contenteditable] {
width: 250px;
height: 26px;
line-height: 26px;
padding: 0;
padding-left: 5px;
box-sizing: border-box;
border: 1px solid #d9d9d9;
border-top: 1px solid #c0c0c0;
box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
input[type="text"]:focus,
input[type="password.........完整代码请登录后点击上方下载按钮下载查看
















网友评论0