diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index b2f58fbc4..a3e5f81cd 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -152,45 +152,11 @@ $('.popover-dismiss').popover({
text method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.title attribute isn't present'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'Base HTML to use when creating the popover.
-The popover's title will be injected into the .popover-title.
The popover's content will be injected into the .popover-content.
.arrow will become the popover's arrow.
The outermost wrapper element should have the .popover class.
Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful in that 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.
text method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.'<div class="popover"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful in that 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.
Base HTML to use when creating the popover.
+The popover's title will be injected into the .popover-title.
The popover's content will be injected into the .popover-content.
.arrow will become the popover's arrow.
The outermost wrapper element should have the .popover class.
title attribute isn't presentAppends the tooltip to a specific element. Example: container: 'body'
Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type
+If a number is supplied, delay is applied to both hide/show
+Object structure is: delay: { show: 500, hide: 100 }
Delay showing and hiding the tooltip (ms) - does not apply to manual trigger type
-If a number is supplied, delay is applied to both hide/show
-Object structure is: delay: { show: 500, hide: 100 }
Appends the tooltip to a specific element. Example: container: 'body'