diff options
Diffstat (limited to 'docs/javascript/popovers.md')
| -rw-r--r-- | docs/javascript/popovers.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/javascript/popovers.md b/docs/javascript/popovers.md index fc5206e8a..e1e2c9664 100644 --- a/docs/javascript/popovers.md +++ b/docs/javascript/popovers.md @@ -289,7 +289,8 @@ Toggles an element's popover. **Returns to the caller before the popover has act #### .popover('destroy') -Hides and destroys an element's popover. +Hides and destroys an element's popover. Popvoers that use delegation (which are created using [the `selector` option](#popovers-options)) cannot be individually destroyed on descendant trigger elements. + {% highlight js %}$('#element').popover('destroy'){% endhighlight %} |
