Bootstrap tooltips not working

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

I\'m going mad here.

I\'ve got the following HTML:



        
25条回答
  •  粉色の甜心
    2020-11-28 18:21

    From bootstrap docs on tooltips

    Tooltips are opt-in for performance reasons, so you must initialize them yourself. One way to initialize all tooltips on a page would be to select them by their data- toggle attribute:

      $('[data-toggle="tooltip"]').tooltip()
    

提交回复
热议问题