aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-06 17:25:58 -0800
committerMark Otto <[email protected]>2013-02-06 17:25:58 -0800
commite3f3542d0b57fdcea0fbff2858b610f85a988d1d (patch)
tree88537f3e886b64c3685abc998ccde95c233d0dc1 /docs/javascript.html
parentc8874ff2857bd2e0555dd2c43f50220c27827c9a (diff)
downloadbootstrap-e3f3542d0b57fdcea0fbff2858b610f85a988d1d.tar.xz
bootstrap-e3f3542d0b57fdcea0fbff2858b610f85a988d1d.zip
Fixes #6823: add some docs notes about tooltips in input groups
Diffstat (limited to 'docs/javascript.html')
-rw-r--r--docs/javascript.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/javascript.html b/docs/javascript.html
index 9c11ad924..f4957d91c 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -785,6 +785,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>
+ <h3>Tooltips in input groups</h3>
+ <p>When using tooltips and popovers with the Bootstrap input groups, you'll have to set the <code>container</code> (documented below) option to avoid unwanted side effects.</p>
+
<hr class="bs-docs-separator">