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 2e8e11470..aa5d8661f 100644 --- a/docs/javascript/tooltips.md +++ b/docs/javascript/tooltips.md @@ -259,7 +259,7 @@ Toggles an element's tooltip. **Returns to the caller before the tooltip has act #### .tooltip('destroy') -Hides and destroys an element's tooltip. +Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using [the `selector` option](#tooltips-options)) cannot be individually destroyed on descendant trigger elements. {% highlight js %}$('#element').tooltip('destroy'){% endhighlight %} |
