From: fat Date: Sat, 17 Aug 2013 21:42:44 +0000 (-0700) Subject: add doc comment for #9517 X-Git-Tag: v3.0.0~75^2~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=484d51ce4897e81c018786b4ecc1825d4c67ee3c;p=thirdparty%2Fbootstrap.git add doc comment for #9517 --- 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.