Skip to content

Commit 9206e46

Browse files
shaedrichXhmikosR
authored andcommitted
Make meaning of tooltip's 'selector' option more clear in Bootstrap 3
Based on twbs#4215 Backport changes made to docs v4 to v3 (twbs#27573)
1 parent b285ea3 commit 9206e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/js/tooltips.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ <h3 id="tooltips-options">Options</h3>
169169
<td>selector</td>
170170
<td>string</td>
171171
<td>false</td>
172-
<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 tooltips added. See <a href="https://github.com/twbs/bootstrap/issues/4215">this</a> and <a href="http://jsbin.com/zopod/1/edit">an informative example</a>.</td>
172+
<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="http://jsbin.com/zopod/1/edit">an informative example</a>.</td>
173173
</tr>
174174
<tr>
175175
<td>template</td>

0 commit comments

Comments
 (0)