Bootstrap 3 Tooltip over Glyphicon

前端 未结 5 1328
梦如初夏
梦如初夏 2020-12-25 12:00

Not sure if this even possible, I am trying to invoke a tooltip over a glyphicon inside an input group, my code (which does not work) is;

5条回答
  •  盖世英雄少女心
    2020-12-25 12:48

    Using @MadJack's answer I rewrote your code and tested on JSFiddle.

    HTML:

    
    

    JS:

    $("a.my-tool-tip").tooltip();
    

    Hope this helps,

    JSFiddle.

    -Andrew

提交回复
热议问题