mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
add 'selector' option motivation to tooltip docs
This commit is contained in:
parent
e839a49995
commit
6fdbd8e3cf
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ $('#example').tooltip(options)
|
|||
<td>selector</td>
|
||||
<td>string</td>
|
||||
<td>false</td>
|
||||
<td>If a selector is provided, tooltip objects will be delegated to the specified targets.</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://jsfiddle.net/fScua/">an informative example</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>template</td>
|
||||
|
|
Loading…
Add table
Reference in a new issue