Bootstrap tooltips not working

前端 未结 25 1726
孤城傲影
孤城傲影 2020-11-28 17:46

I\'m going mad here.

I\'ve got the following HTML:



        
25条回答
  •  离开以前
    2020-11-28 18:30

    You need to do the following. Add the

    
    

    code somewhere on your page (preferably in the section).

    Also add data-toggle: "tooltip" to anything you want to enable with it.

提交回复
热议问题