aboutsummaryrefslogtreecommitdiff
path: root/docs/templates/pages/javascript.mustache
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/templates/pages/javascript.mustache
parentc8874ff2857bd2e0555dd2c43f50220c27827c9a (diff)
downloadbootstrap-e3f3542d0b57fdcea0fbff2858b610f85a988d1d.tar.xz
bootstrap-e3f3542d0b57fdcea0fbff2858b610f85a988d1d.zip
Fixes #6823: add some docs notes about tooltips in input groups
Diffstat (limited to 'docs/templates/pages/javascript.mustache')
-rw-r--r--docs/templates/pages/javascript.mustache3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/templates/pages/javascript.mustache b/docs/templates/pages/javascript.mustache
index 9a08a50b3..744988f4b 100644
--- a/docs/templates/pages/javascript.mustache
+++ b/docs/templates/pages/javascript.mustache
@@ -715,6 +715,9 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
</div>{{! /example }}
+ <h3>{{_i}}Tooltips in input groups{{/i}}</h3>
+ <p>{{_i}}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.{{/i}}</p>
+
<hr class="bs-docs-separator">