Currently, I have a situation where I am trying to display a popover from Twitter Bootstrap right at the location of a mouse click on an image loaded onto my HTML page. Though I have managed to open the popover next to the image, my goal now is to ensure that the popover opens exactly at the point where I click on the image itself.
Is there a way for me to accomplish this?