91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Bootstrap與Angularjs如何實現模態框

發布時間:2021-07-20 14:45:43 來源:億速云 閱讀:137 作者:小新 欄目:web開發

這篇文章主要為大家展示了“Bootstrap與Angularjs如何實現模態框”,內容簡而易懂,條理清晰,希望能夠幫助大家解決疑惑,下面讓小編帶領大家一起研究并學習一下“Bootstrap與Angularjs如何實現模態框”這篇文章吧。

效果圖如下所示:

Bootstrap與Angularjs如何實現模態框

具體代碼如下所示:

<!DOCTYPE html> 
<html lang="en"> 
<head> 
  <meta charset="UTF-8"> 
  <title>Title</title> 
  <script src="https://cdn.bootcss.com/angular.js/1.4.6/angular.min.js"></script> 
  <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="external nofollow" > 
  <script src="https://cdn.bootcss.com/jquery/2.1.1/jquery.min.js"></script> 
  <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js"></script> 
  <script > 
    angular.module("myApp",[]).controller("myControl",["$scope",function($scope){ 
      $scope.fun = function(){ 
        $('#basic').modal('show'); 
      } 
      $('#basic').on('hidden.bs.modal', function () { //模態框取消時觸發的事件 
        // 執行一些動作... 
        alert("sadsfsdfds"); 
      }) 
    }]); 
  </script> 
</head> 
<body ng-app="myApp" ng-controller="myControl"> 
  <div class="modal fade" id="basic" tabindex="-1" role="basic" aria-hidden="true"> 
    <div class="modal-dialog"> 
      <div class="modal-content"> 
        <div class="modal-header"> 
          <button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button> 
          <h5 class="modal-title" id="title"> 
            模態框的標題 
          </h5> 
        </div> 
        <div class="modal-body"> 
          文本內容 
        </div> 
        <div class="modal-footer"> 
          <button type="button" class="btn btn-default" data-dismiss="modal">關閉</button> 
          <button type="button" class="btn btn-primary">提交更改</button> 
        </div> 
      </div> 
    </div> 
  </div> 
  <!-- 
    兩種方式去調用模態框 
  --> 
  <button type="button" ng-click="fun()">模態框</button> 
  <button class="btn btn-primary btn-lg" data-toggle="modal" data-target="#basic"> 
    開始演示模態框 
  </button> 
<!-- 
data-target="#myModal" 是您想要在頁面上加載的模態框的目標。您可以在頁面上創建多個模態框,然后為每個模態框創建不同的觸發器。 
您可以在頁面上創建多個在不同時間進行加載。 
--> 
</body> 
</html>

以上是“Bootstrap與Angularjs如何實現模態框”這篇文章的所有內容,感謝各位的閱讀!相信大家都有了一定的了解,希望分享的內容對大家有所幫助,如果還想學習更多知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

顺义区| 黄石市| 宁波市| 桐柏县| 亚东县| 都江堰市| 贡觉县| 华蓥市| 筠连县| 望城县| 蓝山县| 葫芦岛市| 东辽县| 蒲江县| 利川市| 嘉义县| 永新县| 阿勒泰市| 遂宁市| 双辽市| 佛冈县| 民和| 宁乡县| 洪洞县| 漠河县| 宜州市| 石渠县| 广安市| 和田县| 哈密市| 高碑店市| 图们市| 鄂州市| 宁海县| 永济市| 抚松县| 博客| 松潘县| 齐齐哈尔市| 佳木斯市| 维西|