Commit 8bfb295c authored by Zac Echola's avatar Zac Echola

Fix container option example code

parent 761364f6
...@@ -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 %}
......
Markdown is supported
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