allow multiple trigger types in tooltip and popover + default tooltip to hover & focus
This commit is contained in:
parent
e2434fefbd
commit
fad0fb683b
6 changed files with 53 additions and 29 deletions
|
|
@ -836,8 +836,8 @@ $('a[data-toggle="tab"]').on('shown', function (e) {
|
|||
<tr>
|
||||
<td>trigger</td>
|
||||
<td>string</td>
|
||||
<td>'hover'</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual</td>
|
||||
<td>'hover focus'</td>
|
||||
<td>how tooltip is triggered - click | hover | focus | manual. Note, you case pass trigger mutliple, space seperated, trigger types.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>delay</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue