mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Fix options link in Tooltip docs
This commit is contained in:
parent
d3d04e8fe6
commit
5404ed5946
1 changed files with 1 additions and 1 deletions
|
@ -264,7 +264,7 @@ Toggles an element's tooltip. **Returns to the caller before the tooltip has act
|
|||
|
||||
#### .tooltip('destroy')
|
||||
|
||||
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.
|
||||
Hides and destroys an element's tooltip. Tooltips that use delegation (which are created using [the `selector` option](#options)) cannot be individually destroyed on descendant trigger elements.
|
||||
|
||||
{% highlight js %}$('#element').tooltip('destroy'){% endhighlight %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue