使用 Bootstrap 禁用按钮


在 Bootstrap 中使用 .disabled 类以禁用按钮。

你可以尝试运行下列代码以启用.disabled 类 −

示例

在线演示

<!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>
   <body>
      <div class = "container">
         <h2>Rank of Cricketers</h2>
         <p>The following are the rank of cricketers:</p>
         <button type = "button" class = "btn btn-primary">Enabled</button>
         <button type = "button" class = "btn btn-primary disabled">Disabled</button>
      </div>
   </body>
</html>

更新日期:12-Jun-2020

13K+ 浏览量

开启你的 职业

通过完成课程获得认证

开始
广告