Skip to content

Commit 4b15ec9

Browse files
shaedrichXhmikosR
authored andcommitted
Make meaning of tooltip's selector option clearer (#27573)
1 parent 2ffa1bf commit 4b15ec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/docs/4.1/components/tooltips.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
197197
<td>selector</td>
198198
<td>string | false</td>
199199
<td>false</td>
200-
<td>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 <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
200+
<td>If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to also apply tooltips to dynamically added DOM elements (<code>jQuery.on</code> support). See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="https://codepen.io/Johann-S/pen/djJYPb">an informative example</a>.</td>
201201
</tr>
202202
<tr>
203203
<td>template</td>

0 commit comments

Comments
 (0)