bootstrap tutorial - How to insert close button in Bootstrap popover - bootstrap examples - bootstrap templates - bootstrap 3
Answer: Use the Popover's html Option
You can use the Bootstrap popover's html option to insert the close button inside the popover. Further you can utilize the .popover('hide') method to hide the popover when a user click on the close button. Check out the example below: