mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 23:40:23 +00:00
doc that popover content() is given the element as an arg; fix #13175
This commit is contained in:
parent
c692c29c7d
commit
361f452ed4
1 changed files with 4 additions and 1 deletions
|
|
@ -193,7 +193,10 @@ $('.popover-dismiss').popover({
|
|||
<td>content</td>
|
||||
<td>string | function</td>
|
||||
<td>''</td>
|
||||
<td>Default content value if <code>data-content</code> attribute isn't present</td>
|
||||
<td>
|
||||
<p>Default content value if <code>data-content</code> attribute isn't present.</p>
|
||||
<p>If a function is given, it will be called with 1 argument, which is the element that the popover is attached to.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>delay</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue