【发布时间】:2013-03-31 19:04:48
【问题描述】:
我想在 twitter bootstrap 中使用数据属性显示隐藏警报框,这是因为我可以在一页中使用多个警报框...
目前我有这个,
<a href="#" data-box="myAlert">Hint</a> //data-box is the id of the box
<div id="myAlert" class="alert alert-info">
<a class="close" data-dismiss="alert" href="#">×</a>
<p>Alert Me !!!!</p>
</div>
【问题讨论】:
-
你能解释一下它为什么不适合你吗?
-
我没有这个 jquery...
标签: jquery html twitter-bootstrap custom-data-attribute