mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-20 06:20:23 +00:00
add multiple triggers info to popover docs
This commit is contained in:
parent
90cfa1a44d
commit
e839a49995
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ $('.popover-dismiss').popover({
|
|||
<td>trigger</td>
|
||||
<td>string</td>
|
||||
<td>'click'</td>
|
||||
<td>How popover is triggered - click | hover | focus | manual</td>
|
||||
<td>How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space.</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>viewport</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue