$("#mymodal").on('shown.bs.modal',function(){
alert("ok");
});
应该是显示后调用,可是是显示前调用
alert("ok");
});
应该是显示后调用,可是是显示前调用
2017-04-06
<table class=".table">
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
<thead>
<tr>
<th></th>
<th></th>
</tr>
</thead>
<tbody>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
2017-04-06
<dl>
<dt>北京</dt>
<dd>一座雾霾的城市</dd>
<dt>上海</dt>
<dd>上海滩</dd>
</dl>
<dt>北京</dt>
<dd>一座雾霾的城市</dd>
<dt>上海</dt>
<dd>上海滩</dd>
</dl>
2017-04-06
第三次了,之前nodejs第三次终于看懂,搞个模拟后台,然后学会ajax。现在bootstrap,这次一定要看懂,死记硬背,争取这个月能够使用它。话说我个渣渣也是靠不断翻来覆去的看,学习,背才搞懂某些知识点的。
再遥远的梦想,都害怕shabi一样的坚持!加油。
再遥远的梦想,都害怕shabi一样的坚持!加油。
2017-04-05
xs(for phones), <768px;
sm(for tablets), <=768px-991px;
md(for desktops), >=992px-1199px;
lg(for large desktops), >=1200px;
sm(for tablets), <=768px-991px;
md(for desktops), >=992px-1199px;
lg(for large desktops), >=1200px;
2017-04-05
第二种解决这个bug方法:
其实除了这种解决方案之外,我们还有其他的解决方法,把固定导航条都放在页面内容前面:
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
…
</div>
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
…
</div>
<div class="content">我是内容</div>
没看到效果呢
其实除了这种解决方案之外,我们还有其他的解决方法,把固定导航条都放在页面内容前面:
<div class="navbar navbar-default navbar-fixed-top" role="navigation">
…
</div>
<div class="navbar navbar-default navbar-fixed-bottom" role="navigation">
…
</div>
<div class="content">我是内容</div>
没看到效果呢