Add tooltip to font awesome icon

后端 未结 6 710
情深已故
情深已故 2021-02-11 13:06

Has anyone here added tooltips to font-awesome icons?

I have the following jsfiddle, but cannot seem to find a guide to add tooltips to the icons.



        
6条回答
  •  离开以前
    2021-02-11 13:29

    You should use 'title' attribute along with 'data-toogle' (bootstrap).

    For example

    Hover over me
    

    and do not forget to add the javascript to display the tooltip

    
    

提交回复
热议问题