diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/popovers.html | 2 | ||||
| -rw-r--r-- | docs/_includes/js/tooltips.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html index 1d76127ac..35f7bb170 100644 --- a/docs/_includes/js/popovers.html +++ b/docs/_includes/js/popovers.html @@ -246,7 +246,7 @@ sagittis lacus vel augue laoreet rutrum faucibus."> <p>Initializes popovers for an element collection.</p> <h4>.popover('show')</h4> - <p>Reveals an element's popover.</p> + <p>Reveals an element's popover. Popovers whose both title and content are zero-length are never displayed.</p> {% highlight js %}$('#element').popover('show'){% endhighlight %} <h4>.popover('hide')</h4> 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) <p>Attaches a tooltip handler to an element collection.</p> <h4>.tooltip('show')</h4> - <p>Reveals an element's tooltip.</p> + <p>Reveals an element's tooltip. Tooltips with zero-length titles are never displayed.</p> {% highlight js %}$('#element').tooltip('show'){% endhighlight %} <h4>.tooltip('hide')</h4> |
