<script src="https://libs.baidu.com/jquery/1.9.0/jquery.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
也要在http的后面+s
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
也要在http的后面+s
2019-01-06
沒反應(yīng)啊 怎么回事,復(fù)制代碼到HBuilder里面css樣式不識(shí)別
2018-11-05
慕課的這個(gè)不能直接測(cè)試的,想要看結(jié)果需要把代碼復(fù)制出去,直接在瀏覽器驗(yàn)證
2018-07-30
這節(jié)用到j(luò)s了?我怎么看不到?
完美,發(fā)個(gè)評(píng)論 說明我還在堅(jiān)持
2018-05-24
<script src="https://cdn.bootcss.com/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>
就這個(gè)好使
<script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" ></script>
就這個(gè)好使
2018-04-06
這邊做簡(jiǎn)單為啥在我一個(gè)layer表單里面加個(gè)彈窗那么難
2018-03-29
最新cdn
bootstrap-css <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
jquery <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
bootstrap-js <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
bootstrap-css <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css">
jquery <script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
bootstrap-js <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script>
2018-03-14
http://www.runoob.com/bootstrap/bootstrap-scrollspy-plugin.html
最好的例子
最好的例子
data-toggle="dropdown" still required
Regardless of whether you call your dropdown via JavaScript or instead use the data-api, data-toggle="dropdown" is always required to be present on the dropdown's trigger element.
Regardless of whether you call your dropdown via JavaScript or instead use the data-api, data-toggle="dropdown" is always required to be present on the dropdown's trigger element.
2018-03-05
$('[data-toggle="popover"]').popover();應(yīng)該只是用$選擇data-toggle=popover的元素,所以這句話不是必須的。<button ddd='2b' title="123"></button>,然后$('[ddd='2b']').popover()一樣可以
2018-03-05