Fix options link in Tooltip docs

This commit is contained in:
Chris Rebert 2015-08-20 22:16:16 -07:00
parent d3d04e8fe6
commit 5404ed5946
1 changed files with 1 additions and 1 deletions

View File

@ -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 %}