Editor ► Run
Copy
<span class="d-inline-block" data-toggle="popover" data-content="Disabled popover">
  <button class="btn btn-primary" style="pointer-events: none;" type="button" disabled>Disabled button</button>
</span>
Copy

                
Copy
$(function () {
  $('[data-toggle="popover"]').popover()
})

{} CSS Resources


https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css
https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css
Bootstrap 4 Popovers on Disabled Elements