From 484d51ce4897e81c018786b4ecc1825d4c67ee3c Mon Sep 17 00:00:00 2001 From: fat Date: Sat, 17 Aug 2013 14:42:44 -0700 Subject: [PATCH] add doc comment for #9517 --- javascript.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript.html b/javascript.html index 837d07d3aa..ddef28e9e6 100644 --- a/javascript.html +++ b/javascript.html @@ -1104,7 +1104,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () { string | false false -

Appends the popover to a specific element. Example: container: 'body'

+

Appends the popover to a specific element. Example: container: 'body'. 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.

-- 2.47.2