diff options
Diffstat (limited to 'docs/javascript/tooltips.md')
| -rw-r--r-- | docs/javascript/tooltips.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/javascript/tooltips.md b/docs/javascript/tooltips.md index b2dc237fa..516b5f4ae 100644 --- a/docs/javascript/tooltips.md +++ b/docs/javascript/tooltips.md @@ -235,7 +235,7 @@ 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 %} |
