Does anyone know why when I put the trigger together with the html: true popover stops working?
HTML:
<a href="#" class="popoverr" role="button" data-container="body" data-toggle="popover" data-placement="bottom" data-content="Vivamus sagittis lacus vel augue.">
<i class="fa fa-money"></i> 10 Pontos
</a>
JS:
$(".popoverr").popover({
html: true,
trigger: 'focus' // comente o trigger para o popover funcionar.
});