如何使用bootstrapVlidator插件?

  1. 下载bootstrapVlidator插件
  2. 在需要使用的页面引入bootstrapVlidator的js文件和css文件

如:

注:

在此基础之前必须引入jquery库和bootstrap的js文件和css样式。

如:

  1. 放入所需插件
  1. 引入路径

3.表单代码:

<form id="registForm">

<!--下面是用户名输入框-->

<div class="form-group">

<div class="input-group">

<span class="input-group-addon" id="basic-addon1">

<span class="glyphicon glyphicon-user"></span>

</span>

<input id="userName" name="username" type="text" class="form-control" placeholder="请输入用户名" aria-describedby="basic-addon1">

</div>

</div>

<br>

<!--下面是邮箱输入框-->

<div class="form-group">

<div class="input-group">

<span class="input-group-addon" id="basic-addon1">

<span class="glyphicon glyphicon-envelope"></span>

</span>

<input id="email" name="email"type="text" class="form-control" placeholder="请输入邮箱">

</div>

</div>

<br>

<!--下面是手机号输入框-->

<div class="form-group">

<div class="input-group">

<span class="input-group-addon" id="basic-addon1">

<span class="glyphicon glyphicon-earphone"></span>

</span>

<input id="phoneNumber" name="phonenumber" type="text" class="form-control" placeholder="请输入手机号">

</div>

</div>

<br>

<!--下面是密码输入框-->

<div class="form-group">

<div class="input-group">

<span class="input-group-addon" id="basic-addon1">

<span class="glyphicon glyphicon-lock"></span>

</span>

<input id="passWord" name="password1" type="text" class="form-control" placeholder="请输入密码">

</div>

</div>

<br>

<!--下面是确认密码输入框-->

<div class="form-group">

<div class="input-group">

<span class="input-group-addon" id="basic-addon1">

<span class="glyphicon glyphicon-lock"></span>

</span>

<input id="passwordTow" name="password2" type="text" class="form-control" placeholder="请重新输入密码">

</div>

</div>

<br>

<!--下面是登陆按钮,包括颜色控制-->

<div class="form-group">

<button type="submit" name="submit" style="width:135px;" onclick="registsubmit()" class="btn btn-primary btn-sm">提交</button>

<button type="reset" id="resetBtn" name="reset" style="width:135px;" class="btn btn-primary btn-sm">重置</button>

</div>

</form>

4.js代码

1.  form里每一个input标签必须要有name属性,是根据name属性的值来设置条件

2.  属性介绍

username:是用户input标签那么的属性值

notEmpty代表不为空验证

Message:写提示语

stringLength:设置字符串长度

regexp:写正则表达式

identical: 相同,用来验证两次密码是否相同

field:写想要相同的mame属性值

//表单验证

 $(function () {

$('form').bootstrapValidator({

message: '请重新输入',

feedbackIcons: {

valid: 'glyphicon glyphicon-ok',

invalid: 'glyphicon glyphicon-remove',

validating: 'glyphicon glyphicon-refresh'

},

fields: {

username: {

message: '用户名验证失败',

validators: {

notEmpty: {

message: '用户名不能为空'

},

stringLength: {

min: 6,

max: 18,

message: '用户名长度必须在6到18位之间'

},

regexp: {

regexp: /^[a-zA-Z0-9_]+$/,

message: '用户名只能包含大写、小写、数字和下划线'

}

}

},

email: {

validators: {

notEmpty: {

message: '邮箱不能为空'

},

emailAddress: {

message: '邮箱地址格式有误'

}

}

},

phonenumber: {

validators: {

notEmpty: {

message: '手机号不能为空'

},

regexp: {

regexp: /^1\d{10}$/,

message: '请输入11为手机号'

}

}

},

password1: {

validators: {

notEmpty: {

message: '密码不能为空'

},

stringLength: {

min: 6,

max: 12,

message: '密码长度必须在6到12位之间'

},

regexp: {

regexp: /^[a-zA-Z0-9_]+$/,

message: '密码只能包含大写、小写、数字和下划线'

},

identical: {

field: 'password2',

message: '两次输入的密码不相符'

}

}

},

password2: {

validators: {

notEmpty: {

message: '密码不能为空'

},

stringLength: {

min: 6,

max: 12,

message: '密码长度必须在6到12位之间'

},

regexp: {

regexp: /^[a-zA-Z0-9_]+$/,

message: '密码只能包含大写、小写、数字和下划线'

},

identical: {

field: 'password1',

message: '两次输入的密码不相符'

}

}

}

},

});

});

如终极效果:

5.重置按钮js写法,包括重置validator验证规则

//重置按钮事件

$("#resetBtn").off().on("click",function(){

$(registForm).data("bootstrapValidator").resetForm();

});

注:"#resetBtn“这个代表重置按钮id值

bootstrap validator 使用 带代码的更多相关文章

  1. BootStrap Validator 版本差异问题导致的submitHandler失效问题的解决方法

    最近一直在做互金平台,做到后台提交表单的时候出现验证提交数据一直没有提交的问题.于是百度了一下.果然是版本问题造成的.幸好找到了问题所在.我一直仿照的是东钿原微信平台的做法,但是使用byond的后台框 ...

  2. 三石推荐!把 Bootstrap 小清新带回家!

    无敌传送门:http://fineui.com/demo_pro/default.aspx?theme=bootstrap1&menu=accordion   喜欢就来赞一个! 把麻烦留给三石 ...

  3. bootstrap表单带验证

    <!DOCTYPE html> <html lang="zh-CN"> <head> <meta charset="utf-8& ...

  4. bootstrap validator 出现Maximum call stack size exceeded

    如果用 c# 里面用的是 taghelper 的控件,有可能造成 Maximum call stack size exceeded bootstrap validator  必须是继承  bootst ...

  5. Bootstrap CSS 栅格、代码和表格

    一.bootstrap栅格 Bootstrap 提供了一套响应式.移动设备优先的流式网格系统,随着屏幕或视口(viewport)尺寸的增加,系统会自动分为最多12列. Bootstrap 网格系统(G ...

  6. bootstrap去除自带15px内边距,去除container 15px padding

     壹 ❀ 问题 在使用bootstrap时,由于bootstrap槽宽特性,我们在布局时会发现container以及col-**-**左右都会自带15px的padding,有时候空间不足就想着怎么把b ...

  7. 用好spring mvc validator可以简化代码

    表单的数据检验对一个程序来讲非常重要,因为对于客户端的数据不能完全信任,常规的检验类型有: 参数为空,根据不同的业务规定要求表单项是必填项 参数值的有效性,比如产品的价格,一定不能是负数 多个表单项组 ...

  8. bootstrap 新手学习笔记 代码整理

    <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title> ...

  9. bootstrap表格多样式及代码

    <!DOCTYPE HTML> <html> <head> <meta charset="utf-8"> <title> ...

随机推荐

  1. 计蒜之道 初赛第一场B 阿里天池的新任务(简单)

    阿里“天池”竞赛平台近日推出了一个新的挑战任务:对于给定的一串 DNA 碱基序列 tt,判断它在另一个根据规则生成的 DNA 碱基序列 ss 中出现了多少次. 首先,定义一个序列 ww: \displ ...

  2. Pick apples(大范围贪心,小范围完全背包)

    Pick apples Time Limit: 1000MS Memory Limit: 165536KB Submit Statistic Discuss Problem Description O ...

  3. Another Eight Puzzle

    Problem Description Fill the following 8 circles with digits 1~8,with each number exactly once . Con ...

  4. 【G彩娱乐网】作为一名程序员,我应该如何选购一台电脑?

    G彩娱乐网说到程序员专用电脑,那肯定是苹果电脑.优点有很多,比如白平衡特别准.酷炫的黑科技.特别方便的软件等显而易见的优势:也有能够增加提案通过率.专注工作提高工作效率这样的玄学buff. 但是!并不 ...

  5. Vue js 的生命周期详解

    Vue 实例的生命周期 Vue 实例有一个完整的生命周期,也就是从开始创建.初始化数据.编译模板.挂载Dom→渲染.更新→渲染.卸载等一系列 过程,我们称这是 Vue 的生命周期.通俗说就是 Vue ...

  6. 安全框架Shiro入门

    Shiro简介 Apache Shiro是Java的一个安全框架,官网为shiro.apache.org,主要场景为控制登陆,判断用户是否有访问某个功能的权限等等. Shiro的核心功能(入门知识,只 ...

  7. Linux系列教程(十八)——Linux文件系统管理之文件系统常用命令

    通过前面两篇博客,我们介绍了Linux系统的权限管理.Linux权限管理之ACL权限 介绍了通过设定 ACL 权限,我们为某个用户指定某个文件的特定权限,这在Linux只能对于一个文件只能有所有者权限 ...

  8. github创建远程仓库

    创建远程仓库 当你已经在本地创建了一个Git仓库后,又想在GitHub创建一个Git仓库,并且让这两个仓库进行远程同步,这样,GitHub上的仓库既可以作为备份,又可以让其他人通过该仓库来协作,真是一 ...

  9. 直接调用VS.net2005中的配置界面

    以前做Winform程序,居然专门做一个界面来配置连接字符串.今天无意中发现:竟然可以直接调用VS.net2005中的配置界面来处理. 使用方法也非常简单: 引用C:\Program Files\Mi ...

  10. Kotlin编码----var和val的区别

    var是一个可变变量,这是一个可以通过重新分配来更改为另一个值的变量.这种声明变量的方式和Java中常规的变量的声明方式一样. val是一个只读变量,这种声明变量的方式相当于java中的final变量 ...