mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-27 09:40:23 +00:00
Fix options link in Popover docs
This commit is contained in:
parent
d29c34c2f6
commit
d3d04e8fe6
1 changed files with 1 additions and 1 deletions
|
|
@ -306,7 +306,7 @@ Toggles an element's popover. **Returns to the caller before the popover has act
|
|||
|
||||
#### .popover('destroy')
|
||||
|
||||
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.
|
||||
Hides and destroys an element's popover. Popvoers that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
|
||||
|
||||
|
||||
{% highlight js %}$('#element').popover('destroy'){% endhighlight %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue