mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-18 10:52:19 +01:00
Merge pull request #13190 from twbs/fix-13175
doc that popover content() is given the element as an arg
This commit is contained in:
commit
28e6c34268
@ -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…
x
Reference in New Issue
Block a user