使用 Bootstrap 为输入添加反馈图标


若要添加反馈图标,请使用 Bootstrap 中的 .has-feedback 类。

你可以尝试运行以下代码来设置反馈图标 −

示例

在线演示

<!DOCTYPE html>
<html>
   <head>
      <title>Bootstrap Example</title>
      <link href = "/bootstrap/css/bootstrap.min.css" rel = "stylesheet">
      <script src = "/scripts/jquery.min.js"></script>
      <script src = "/bootstrap/js/bootstrap.min.js"></script>
   </head>
   <body>
      <div class = "form-group has-feedback">
         <label class = "col-sm-2 control-label" for = "inputSuccess">Example</label>
         <div class="col-sm-10">
            <input type = "text" class="form-control" id = "inputSuccess">
            <span class = "glyphicon glyphicon-ok form-control-feedback"></span>
         </div>
      </div>
   </body>
</html>

更新于: 2020 年 6 月 12 日

714 次浏览

启动你的 职业

通过完成课程进行认证

开始
广告