You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -179,7 +183,11 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
179
183
<td>html</td>
180
184
<td>boolean</td>
181
185
<td>false</td>
182
-
<td>Insert HTML into the tooltip. If false, jQuery's <code>text</code> method will be used to insert content into the DOM. Use text if you're worried about XSS attacks.</td>
186
+
<td>
187
+
<p>Allow HTML in the tooltip.</p>
188
+
<p>If true, HTML tags in the tooltip's <code>title</code> will be rendered in the tooltip. If false, jQuery's <code>text</code> method will be used to insert content into the DOM.</p>
189
+
<p>Use text if you're worried about XSS attacks.</p>
0 commit comments