Commit d16144cf authored by Heinrich Fenkart's avatar Heinrich Fenkart
Browse files

Merge pull request #17152 from zacechola/popover_container_example

v4 - Fix container option example code
parents d07782ca 8bfb295c
Showing with 2 additions and 2 deletions
+2 -2
...@@ -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 %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment