aboutsummaryrefslogtreecommitdiff
path: root/docs/components/tooltips.md
diff options
context:
space:
mode:
authorThomas McDonald <[email protected]>2015-08-09 23:33:52 -0700
committerThomas McDonald <[email protected]>2015-08-09 23:33:52 -0700
commitb84bb4e218892a45c2c27a861da73900971b17a1 (patch)
treeb010ad9748480e6b80284051f1a5d9548c51634b /docs/components/tooltips.md
parent0ef0825d013dedd5f7c0e8acb8a23d033bf56be0 (diff)
parent317c667d1c0d1d0984d863d9d4baad9e1a25b1c6 (diff)
downloadbootstrap-b84bb4e218892a45c2c27a861da73900971b17a1.tar.xz
bootstrap-b84bb4e218892a45c2c27a861da73900971b17a1.zip
Merge branch 'v4' into force-expanded
Diffstat (limited to 'docs/components/tooltips.md')
-rw-r--r--docs/components/tooltips.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 2dfa5ae9b..43ed68bda 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -4,7 +4,7 @@ title: Tooltips
group: components
---
-Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.
+Inspired by the excellent Tipsy jQuery plugin written by Jason Frame. Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.
## Contents
@@ -22,6 +22,8 @@ Things to know when using the popover plugin:
- Tooltips for `.disabled` or `disabled` elements must be triggered on a wrapper element.
- When triggered from hyperlinks that span multiple lines, tooltips will be centered. Use `white-space: nowrap;` on your `<a>`s to avoid this behavior.
+Got all that? Great, let's see how they work with some examples.
+
## Example: Enable popovers everywhere
One way to initialize all tooltips on a page would be to select them by their `data-toggle` attribute: