Bootstrap 4.3.0 Tooltip Conflicts with jQuery UI 1.12.1-Twitter bootstrap
I have a strange case where including jQuery UI 1.12.1 breaks my Bootstrap 4.3.0 tooltip. See below: this tooltip <i class="fas fa-question-circle" rel="tooltip" data-placement="right" data-original-title="My tooltip"></i> with the initialization $("[rel=tooltip]").tooltip({html:true}); works without the jQuery UI 1.12.1 inclusion, but breaks with…