2013-04-04 54 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