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;
Using @MadJack's answer I rewrote your code and tested on JSFiddle.
HTML:
JS:
$("a.my-tool-tip").tooltip();
Hope this helps,
JSFiddle.
-Andrew