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

溫馨提示×

溫馨提示×

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

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

bootstrap中dialog怎么用

發布時間:2021-09-24 14:49:58 來源:億速云 閱讀:277 作者:小新 欄目:開發技術

這篇文章給大家分享的是有關bootstrap中dialog怎么用的內容。小編覺得挺實用的,因此分享給大家做個參考,一起跟隨小編過來看看吧。

使用過JQuery UI的應該知道,它里面有一個dialog的彈出框組件,功能也很豐富。

與jQuery UI的dialog類似,Bootstrap里面也內置了彈出框組件。

打開bootstrap 文檔http://v3.bootcss.com/components/可以看到它的dialog是直接嵌入到bootstrap.js和bootstrap.css里面的,也就是說,只要我們引入了bootstrap的文件,就可以直接使用它的dialog組件,是不是很方便。

使用示例

通過html代碼顯示

<!-- Button trigger modal 彈出框的觸發器 --><button type="button" class="btn btn-primary btn-lg" data-toggle="modal" data-target="#myModal">  Launch demo modal</button> <!-- Modal 彈出框的結構 --><div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel">  <div class="modal-dialog" role="document">    <div class="modal-content">      <div class="modal-header">        <button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>        <h5 class="modal-title" id="myModalLabel">Modal title</h5>      </div>      <div class="modal-body">        ...      </div>      <div class="modal-footer">        <button type="button" class="btn btn-default" data-dismiss="modal">Close</button>        <button type="button" class="btn btn-primary">Save changes</button>      </div>    </div>  </div></div>

這種方式簡單直觀; 但會增加html的‘重量',而且不夠靈活,大量使用時不建議使用

通過js的方式展現

最簡單的實現方式:

BootstrapDialog.show({  message: 'Hi Apple!'});

感謝各位的閱讀!關于“bootstrap中dialog怎么用”這篇文章就分享到這里了,希望以上內容可以對大家有一定的幫助,讓大家可以學到更多知識,如果覺得文章不錯,可以把它分享出去讓更多的人看到吧!

向AI問一下細節

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

AI

普陀区| 安顺市| 信丰县| 巍山| 红安县| 井研县| 麻江县| 黔江区| 钟祥市| 大石桥市| 金湖县| 榆中县| 襄垣县| 独山县| 阳原县| 岐山县| 绥中县| 黄石市| 黎城县| 望城县| 千阳县| 元江| 阜康市| 宾阳县| 乌拉特后旗| 阳东县| 威信县| 赤城县| 辽源市| 娄底市| 志丹县| 阜南县| 公安县| 小金县| 孟津县| 涞源县| 恩施市| 莱芜市| 花莲县| 乌海市| 邻水|