Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
361f452e
Commit
361f452e
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
doc that popover content() is given the element as an arg; fix
#13175
parent
c692c29c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/_includes/js/popovers.html
+4
-1
docs/_includes/js/popovers.html
with
4 additions
and
1 deletion
+4
-1
docs/_includes/js/popovers.html
+
4
-
1
View file @
361f452e
...
...
@@ -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>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment