diff --git a/docs/docs.html b/docs/docs.html index 258dabe1da..76e1b7e0e7 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -5688,74 +5688,74 @@ $('#example').tooltip(options)
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-
, as in data-animation=""
.
Name | -type | -default | -description | -
---|---|---|---|
Name | +type | +default | +description | +
animation | -boolean | -true | -apply a css fade transition to the tooltip | -
html | -boolean | -false | -Insert html into the popover. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks. |
-
placement | -string | function | -'right' | -how to position the popover - top | bottom | left | right | -
selector | -string | -false | -if a selector is provided, tooltip objects will be delegated to the specified targets | -
trigger | -string | -'click' | -how popover is triggered - click | hover | focus | manual | -
title | -string | function | -'' | -default title value if `title` attribute isn't present | -
content | -string | function | -'' | -default content value if `data-content` attribute isn't present | -
delay | -number | object | -0 | -
- 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: |
-
container | -string | false | -false | -
- Appends the popover to a specific element |
-
animation | +boolean | +true | +apply a css fade transition to the tooltip | +
html | +boolean | +false | +Insert html into the popover. If false, jquery's text method will be used to insert content into the dom. Use text if you're worried about XSS attacks. |
+
placement | +string | function | +'right' | +how to position the popover - top | bottom | left | right | +
selector | +string | +false | +if a selector is provided, tooltip objects will be delegated to the specified targets if a selector is provided, tooltip objects will be delegated to the specified targets. in practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. | +
trigger | +string | +'click' | +how popover is triggered - click | hover | focus | manual | +
title | +string | function | +'' | +default title value if `title` attribute isn't present | +
content | +string | function | +'' | +default content value if `data-content` attribute isn't present | +
delay | +number | object | +0 | +
+ 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: |
+
container | +string | false | +false | +
+ Appends the popover to a specific element |
+