diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 393406af19..0c8ec21555 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -86,6 +86,7 @@ Hover over the buttons below to see their tooltips. + @@ -102,6 +103,9 @@ Hover over the buttons below to see their tooltips. + {% endhighlight %} ## Usage @@ -180,7 +184,11 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
text
method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.Allow HTML in the tooltip.
+If true, HTML tags in the tooltip's title
will be rendered in the tooltip. If false, jQuery's text
method will be used to insert content into the DOM.
Use text if you're worried about XSS attacks.
+