一、BootstrapValidator插件简介
![]()
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"> <!-- HTML5文档类型 -->
<meta name="viewport" content="width=device-width,initial-scale=1.0"> <!-- 移动端适配 -->
<mata http-equiv="X-UA-Compatible" content="IE=edge"> <!-- 让IE浏览器使用最新的引擎渲染页面 -->
<script src="js/jquery.js"></script> <!-- jquery核心js库 -->
<script src="js/bootstrap-v3.js"></script> <!-- Bootstrap3核心js库 -->
<script src="BootstrapValidator/js/bootstrapValidator.js"></script> <!-- BootstrapValidator的js库 -->
<link rel="stylesheet" href="css/bootstrap-v3.css"> <!-- Bootstrap3核心css库 -->
<link rel="stylesheet" href="BootstrapValidator/css/bootstrapValidator.css"> <!-- BootstrapValidator的css库 -->
<title>BootstrapValidator</title>
</head>
<body>
</body>
</html>
二、BootstrapValidator插件用法