aboutsummaryrefslogtreecommitdiff
path: root/docs/components/tooltips.md
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2015-08-15 12:07:06 -0700
committerJacob Thornton <[email protected]>2015-08-15 12:07:06 -0700
commitdb14bac42fcac97df5e1b11ab14f8907a3c3c2a9 (patch)
tree3a32eaf5f6bac5565ec9a1fff245e17b105f5499 /docs/components/tooltips.md
parentc064eef67b168e2f6c61e575f0e99988eceac6f9 (diff)
downloadbootstrap-db14bac42fcac97df5e1b11ab14f8907a3c3c2a9.tar.xz
bootstrap-db14bac42fcac97df5e1b11ab14f8907a3c3c2a9.zip
update tooltip/popover docs
Diffstat (limited to 'docs/components/tooltips.md')
-rw-r--r--docs/components/tooltips.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index bdaa56139..3881a8e03 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -15,6 +15,7 @@ Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips a
Things to know when using the tooltip plugin:
+- Tooltips rely on on the 3rd party library [tehter](http://github.hubspot.com/tether/) for positioning. You must include [tether.min.js](https://github.com/HubSpot/tether/blob/master/dist/js/tether.min.js) before bootstrap.js in order for tooltips to work!
- 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).