diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 72096b3689..e967878f86 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -95,7 +95,7 @@ $('#example').tooltip(options)
Appends the tooltip to a specific element. Example: container: 'body'
Appends the tooltip to a specific element. Example: container: 'body'
. 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.