aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-02-03 13:12:24 -0800
committerChris Rebert <[email protected]>2015-02-03 13:12:24 -0800
commit0e40c818d9e27d35034b7872ac34d2fa5a886734 (patch)
tree132c35da9113964380816f9e385db80ec564c5fa /docs
parent012af29efc30cce902318187d367fdc1e007cf9e (diff)
parentbe2206edfc7b7ca47aff0a6b772f87c5ee6f6f51 (diff)
downloadbootstrap-0e40c818d9e27d35034b7872ac34d2fa5a886734.tar.xz
bootstrap-0e40c818d9e27d35034b7872ac34d2fa5a886734.zip
Merge pull request #15742 from kkirsche/patch-13
[Fix Issue #15701] [Docs] Tooltip/popover destroy docs and delegation
Diffstat (limited to 'docs')
-rw-r--r--docs/_includes/js/popovers.html2
-rw-r--r--docs/_includes/js/tooltips.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 21a2efc1d..c827a7ff6 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -264,7 +264,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
{% highlight js %}$('#element').popover('toggle'){% endhighlight %}
<h4>.popover('destroy')</h4>
- <p>Hides and destroys an element's popover.</p>
+ <p>Popovers that use delegation (which are created using <a href="#popovers-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}
<h3 id="popovers-events">Events</h3>
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index c4db01978..48534ed3e 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -225,7 +225,7 @@ $('#example').tooltip(options)
{% highlight js %}$('#element').tooltip('toggle'){% endhighlight %}
<h4>.tooltip('destroy')</h4>
- <p>Hides and destroys an element's tooltip.</p>
+ <p>Tooltips that use delegation (which are created using <a href="#tooltips-options">the <code>selector</code> option</a>) cannot be individually destroyed on descendant trigger elements.</p>
{% highlight js %}$('#element').tooltip('destroy'){% endhighlight %}
<h3 id="tooltips-events">Events</h3>