Use JavaScript to Open/Close the Popover: For browsers that support popover, the popover attribute can be controlled via JavaScript as follows:
To show the popover: element.showPopover(); To hide the popover: element.hidePopover();