Skip to content

Commit

Permalink
Make meaning of tooltip's selector option clearer (#27573)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaedrich authored and XhmikosR committed Nov 1, 2018
1 parent 2ffa1bf commit 4b15ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/docs/4.1/components/tooltips.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap
<td>selector</td>
<td>string | false</td>
<td>false</td>
<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>
<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>
</tr>
<tr>
<td>template</td>
Expand Down

0 comments on commit 4b15ec9

Please sign in to comment.