diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index ab33baccbd..3182d8c4de 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -40,7 +40,7 @@ $(function () {
Four options are available: top, right, bottom, and left aligned.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -48,7 +48,7 @@ $(function () {Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -56,7 +56,7 @@ $(function () {Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -207,12 +207,12 @@ sagittis lacus vel augue laoreet rutrum faucibus.">'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
Base HTML to use when creating the popover.
The popover's title
will be injected into the .popover-title
.
The popover's content
will be injected into the .popover-content
.
.arrow
will become the popover's arrow.
.popover-arrow
will become the popover's arrow.
The outermost wrapper element should have the .popover
class.
Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -52,7 +52,7 @@ Four options are available: top, right, bottom, and left aligned.Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -60,7 +60,7 @@ Four options are available: top, right, bottom, and left aligned.Sed posuere consectetur est at lobortis. Aenean eu leo quam. Pellentesque ornare sem lacinia quam venenatis vestibulum.
@@ -222,12 +222,12 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap'<div class="popover" role="tooltip"><div class="arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
'<div class="popover" role="tooltip"><div class="popover-arrow"></div><h3 class="popover-title"></h3><div class="popover-content"></div></div>'
Base HTML to use when creating the popover.
The popover's title
will be injected into the .popover-title
.
The popover's content
will be injected into the .popover-content
.
.arrow
will become the popover's arrow.
.popover-arrow
will become the popover's arrow.
The outermost wrapper element should have the .popover
class.