Bootstrap tooltips not working

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

I\'m going mad here.

I\'ve got the following HTML:



        
25条回答
  •  天命终不由人
    2020-11-28 18:32

    If using Rails+Haml is much easier to include the tooltip, just do:

    = link_to '', some_path(), :class => "btn btn-success btn-mini icon-plane", :rel => "tooltip", :title => "Referential Guide"
    

    That is just add the following line at the end of the element.

    :rel => "tooltip", :title => "Referential Guide"
    

提交回复
热议问题