From 6fa74953333dab483e1e8452c3d256e04ed3436b Mon Sep 17 00:00:00 2001 From: David Nguyen Date: Thu, 2 Oct 2014 10:44:20 -0700 Subject: Fix #12563: Reiterate that empty tooltips+popovers do not get displayed --- docs/_includes/js/tooltips.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/js/tooltips.html') diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html index 2165dddc7..3ec076b70 100644 --- a/docs/_includes/js/tooltips.html +++ b/docs/_includes/js/tooltips.html @@ -207,7 +207,7 @@ $('#example').tooltip(options)

Attaches a tooltip handler to an element collection.

.tooltip('show')

-

Reveals an element's tooltip.

+

Reveals an element's tooltip. Tooltips with zero-length titles are never displayed.

{% highlight js %}$('#element').tooltip('show'){% endhighlight %}

.tooltip('hide')

-- cgit v1.2.3