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 () {
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.