aboutsummaryrefslogtreecommitdiff
path: root/docs/components/tooltips.md
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2017-04-19 15:08:06 +0200
committerJohann-S <[email protected]>2017-05-14 11:41:19 +0200
commite5a0471b0b618409e30529a5e02933d5a74a4cc5 (patch)
treefb144078e849108c584946f6842d6316e0fd3603 /docs/components/tooltips.md
parentfc8b85b62670b8396cac7fb821c025c58fa77a78 (diff)
downloadbootstrap-e5a0471b0b618409e30529a5e02933d5a74a4cc5.tar.xz
bootstrap-e5a0471b0b618409e30529a5e02933d5a74a4cc5.zip
Add an update method to allow to update position for Tooltip/Popover/Dropdown manually
Diffstat (limited to 'docs/components/tooltips.md')
-rw-r--r--docs/components/tooltips.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md
index 54f3c448f..6d6d2a26a 100644
--- a/docs/components/tooltips.md
+++ b/docs/components/tooltips.md
@@ -298,6 +298,12 @@ Toggles the ability for an element's tooltip to be shown or hidden.
{% highlight js %}$('#element').tooltip('toggleEnabled'){% endhighlight %}
+#### `.tooltip('update')`
+
+Updates the position of an element's tooltip.
+
+{% highlight js %}$('#element').tooltip('update'){% endhighlight %}
+
### Events
<table class="table table-bordered table-striped table-responsive">