1var popover = new bootstrap.Popover(document.querySelector('.example-popover'), {
2 container: 'body'
3})
4
1<a tabindex="0" class="btn btn-lg btn-danger" role="button" data-toggle="popover" data-trigger="focus" title="Dismissible popover" data-content="And here's some amazing content. It's very engaging. Right?">Dismissible popover</a>