Skip to content

Commit

Permalink
Make meaning of tooltip's 'selector' option more clear in Bootstrap 3
Browse files Browse the repository at this point in the history
Based on #4215
Backport changes made to docs v4 to v3 (#27573)
  • Loading branch information
shaedrich authored and XhmikosR committed Jan 6, 2019
1 parent b285ea3 commit 9206e46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_includes/js/tooltips.html
Expand Up @@ -169,7 +169,7 @@ <h3 id="tooltips-options">Options</h3>
<td>selector</td>
<td>string</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 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>
<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>
</tr>
<tr>
<td>template</td>
Expand Down

0 comments on commit 9206e46

Please sign in to comment.