mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-11 08:00:59 +00:00
This is error?
This commit is contained in:
parent
4ec13704d2
commit
dde53a56e0
1 changed files with 2 additions and 2 deletions
|
|
@ -1123,7 +1123,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
|
|||
<td>animation</td>
|
||||
<td>boolean</td>
|
||||
<td>true</td>
|
||||
<td>apply a CSS fade transition to the tooltip</td>
|
||||
<td>apply a CSS fade transition to the popover</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>html</td>
|
||||
|
|
@ -1141,7 +1141,7 @@ $('#myTooltip').on('hidden.bs.tooltip', function () {
|
|||
<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 popovers 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>
|
||||
<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="http://jsfiddle.net/fScua/">an informative example</a>.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>trigger</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue