aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorfat <[email protected]>2013-08-17 14:42:44 -0700
committerfat <[email protected]>2013-08-17 14:42:44 -0700
commit484d51ce4897e81c018786b4ecc1825d4c67ee3c (patch)
treee2f0e5c137fe8376453c80c55667278453627c7c /javascript.html
parent2d875c8d5ecd77b833ff3af62a92d139f3382db7 (diff)
downloadbootstrap-484d51ce4897e81c018786b4ecc1825d4c67ee3c.tar.xz
bootstrap-484d51ce4897e81c018786b4ecc1825d4c67ee3c.zip
add doc comment for #9517
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/javascript.html b/javascript.html
index 837d07d3a..ddef28e9e 100644
--- a/javascript.html
+++ b/javascript.html
@@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
<td>string | false</td>
<td>false</td>
<td>
- <p>Appends the popover to a specific element. Example: <code>container: 'body'</code></p>
+ <p>Appends the popover to a specific element. Example: <code>container: 'body'</code>. This option is particularly useful inthat it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.</p>
</td>
</tr>
</tbody>