aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-05-14 18:23:58 -0700
committerChris Rebert <[email protected]>2014-05-14 18:23:58 -0700
commit3465d984fb934b1616b8d4ecf394b997cd1f0fab (patch)
tree5d7aa04906393d502c16279fe89d17794fc86ad7 /docs/_includes
parent6fdbd8e3cf90d1beaccc60396d30303287b4b1b8 (diff)
downloadbootstrap-3465d984fb934b1616b8d4ecf394b997cd1f0fab.tar.xz
bootstrap-3465d984fb934b1616b8d4ecf394b997cd1f0fab.zip
add 'container' option motivation to tooltip docs
Diffstat (limited to 'docs/_includes')
-rw-r--r--docs/_includes/js/tooltips.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 72096b368..e967878f8 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -95,7 +95,7 @@ $('#example').tooltip(options)
<td>string | false</td>
<td>false</td>
<td>
- <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code></p>
+ <p>Appends the tooltip to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful in that it allows you to position the tooltip in the flow of the document near the triggering element - which will prevent the tooltip from floating away from the triggering element during a window resize.</p>
</td>
</tr>
<tr>