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 Bootstrap's Popover makes it a bit nice, Here is the documentation, and sample code snippet
$(function () { $('.fa').popover({trigger: "hover"}); })
Information Popover snippet