I used Darren's answer above. Sorry Darren, I still can't comment on other's post. One slight change though. I changed 'show' to 'toggle' to be able to toggle the popup box.
From:
$(this).popover('show');
To
$(this).popover('toggle');