diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 1d76127acb..35f7bb170a 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -246,7 +246,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
Initializes popovers for an element collection.
Reveals an element's popover.
+Reveals an element's popover. Popovers whose both title and content are zero-length are never displayed.
{% highlight js %}$('#element').popover('show'){% endhighlight %}Attaches a tooltip handler to an element collection.
Reveals an element's tooltip.
+Reveals an element's tooltip. Tooltips with zero-length titles are never displayed.
{% highlight js %}$('#element').tooltip('show'){% endhighlight %}