"增刪修查"
Bootstrap 3.3.0 Snippet by onlyblue

<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <button type="button" class="btn btn-primary"><span class="glyphicon glyphicon-plus"></span> 新增</button> <button type="button" class="btn btn-danger"><span class="glyphicon glyphicon-remove"></span> 刪除</button> <button type="button" class="btn btn-warning"><span class="glyphicon glyphicon-pencil"></span> 修改</button> <button type="button" class="btn btn-secondary"><span class="glyphicon glyphicon-search"></span> 查詢</button>

Related: See More


Questions / Comments: