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

Fix container option example code

parent 761364f6
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
{% highlight js %}
$(function () {
$('.example-popover').popover(
$('.example-popover').popover({
container: 'body'
)
})
})
{% 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