Bootstrap 3.0 Popovers and tooltips January 30, 2023 by Tarik I use this on all my pages to enable tooltip $(function () { $("[data-toggle="tooltip"]").tooltip(); });