mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-18 21:40:24 +00:00
Clean up tooltip's trigger description in the docs.
This commit is contained in:
parent
0a3722112c
commit
3e8b3a246a
1 changed files with 1 additions and 1 deletions
|
|
@ -815,7 +815,7 @@ $('#example').tooltip(options)
|
|||
<td>trigger</td>
|
||||
<td>string</td>
|
||||
<td>'hover focus'</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual. Note you case pass trigger multiple, space separated, trigger types.</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>delay</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue