2013-04-04 57 views

回答

2

这取决于你想要什么。您可以使用labels and badges来显示简短消息或通知数量以及指向单独页面的链接。或者您可以将tooltippopover附加到它。例如。

<a href="#" 
    data-html="true" 
    data-placement="bottom" 
    data-toggle="popover" 
    data-content="Notification 1<br/>Notification 2" 
    data-original-title="Notifications"> 
    <span class="badge badge-success">2</span> Notifications 
</a> 

http://jsfiddle.net/WBTf8/22/

+0

JS小提琴不起作用。 – Ofiris 2014-01-09 09:46:01

+1

固定。链接已更新。 – sody 2014-01-09 10:14:16