Assume this scenario where there is a body of text. And, on highlighting a word from it, I want a popover to show up with the tooltip positioned at the highlighted word.
Kind of like how mac shows definitions of words like below -
It's an angularjs application, and am using angularui. So, an angular ui focussed solution would be preferable but not necessary.
Thanks in advance.