aboutsummaryrefslogtreecommitdiff
path: root/docs/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-02-07 22:18:53 -0800
committerMark Otto <[email protected]>2013-02-07 22:18:53 -0800
commit2aa1a4dc706606e060525907574bb648b773f312 (patch)
treebaccd787bdbcf45a235c3a042c1510730a24b420 /docs/javascript.html
parenta9729c5fd003abbfa0d1ab5bc318a069fd5b1382 (diff)
parent8c7f9c66a7d12f47f50618ef420868fe836d0c33 (diff)
downloadbootstrap-2aa1a4dc706606e060525907574bb648b773f312.tar.xz
bootstrap-2aa1a4dc706606e060525907574bb648b773f312.zip
Merge branch 'master' into 3.0.0-wip
Conflicts: docs/assets/js/bootstrap.min.js
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 853185b70..d1fd020fd 100644
--- a/docs/javascript.html
+++ b/docs/javascript.html
@@ -803,6 +803,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">