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
d16144cf
Commit
d16144cf
authored
9 years ago
by
Heinrich Fenkart
Browse files
Options
Download
Plain Diff
Merge pull request #17152 from zacechola/popover_container_example
v4 - Fix container option example code
parents
d07782ca
8bfb295c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/components/popovers.md
+2
-2
docs/components/popovers.md
with
2 additions
and
2 deletions
+2
-2
docs/components/popovers.md
+
2
-
2
View file @
d16144cf
...
@@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you
...
@@ -43,9 +43,9 @@ When you have some styles on a parent element that interfere with a popover, you
{% highlight js %}
{% highlight js %}
$(function () {
$(function () {
$('.example-popover').popover(
$('.example-popover').popover(
{
container: 'body'
container: 'body'
)
}
)
})
})
{% endhighlight %}
{% endhighlight %}
...
...
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