Bootstrap tooltips not working

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

I\'m going mad here.

I\'ve got the following HTML:



        
25条回答
  •  借酒劲吻你
    2020-11-28 18:28

    To sum up: activate your tooltips using jQuery selectors

    
    

    In fact, you don't need to use the attribute selector, you can invoke it on any element even if it doesn't have rel="tooltip" in its tag.

提交回复
热议问题