diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 7739c685e0..09b8f36ebd 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -12,6 +12,12 @@
For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.
+One way to initialize all popovers on a page would be to select them by their data-toggle
attribute:
For performance reasons, the Tooltip and Popover data-apis are opt-in, meaning you must initialize them yourself.
+One way to initialize all tooltips on a page would be to select them by their data-toggle
attribute: