diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 3f5702b49a..ef8e079415 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -175,7 +175,7 @@ $('.popover-dismiss').popover({
Delay showing and hiding the popover (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 }
Object structure is: delay: { "show": 500, "hide": 100 }
Keeps the popover within the bounds of this element. Example: viewport: '#viewport'
or { selector: '#viewport', padding: 0 }
Keeps the popover within the bounds of this element. Example: viewport: '#viewport'
or { "selector": "#viewport", "padding": 0 }
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 }
Object structure is: delay: { "show": 500, "hide": 100 }
Keeps the tooltip within the bounds of this element. Example: viewport: '#viewport'
or { selector: '#viewport', padding: 0 }
Keeps the tooltip within the bounds of this element. Example: viewport: '#viewport'
or { "selector": "#viewport", "padding": 0 }