aboutsummaryrefslogtreecommitdiff
path: root/docs/4.0/components/tooltips.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2017-08-10 22:38:45 -0700
committerGitHub <[email protected]>2017-08-10 22:38:45 -0700
commitdb3dcb7c66457ca4ff2531c339e55c63dc52d576 (patch)
tree54a5037c08e098db8c3d7995e28718ad5c094851 /docs/4.0/components/tooltips.md
parent006590ed9a7e39c4fac96cf732d5241edd95a59c (diff)
downloadbootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.tar.xz
bootstrap-db3dcb7c66457ca4ff2531c339e55c63dc52d576.zip
Mention util.js on all JS plugin pages (#22955)
Fixes #20660
Diffstat (limited to 'docs/4.0/components/tooltips.md')
-rw-r--r--docs/4.0/components/tooltips.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/4.0/components/tooltips.md b/docs/4.0/components/tooltips.md
index 36fd3908f..5b5578e09 100644
--- a/docs/4.0/components/tooltips.md
+++ b/docs/4.0/components/tooltips.md
@@ -10,7 +10,8 @@ toc: true
Things to know when using the tooltip plugin:
-- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
+- Tooltips rely on the 3rd party library [Popper.js](https://popper.js.org) for positioning. You must include [popper.min.js](https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.10.1/umd/popper.min.js) before bootstrap.js in order for tooltips to work!
+- If building our JS from source, it [requires `util.js`]({{ site.baseurl }}/docs/getting-started/javascript/#util).
- Tooltips are opt-in for performance reasons, so **you must initialize them yourself**.
- Tooltips with zero-length titles are never displayed.
- Specify `container: 'body'` to avoid rendering problems in more complex components (like our input groups, button groups, etc).