Skip to content

Commit ef02c55

Browse files
committed
Document that Tab show method is async
[skip sauce]
1 parent e723395 commit ef02c55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_includes/js/tabs.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ <h4><code>$().tab</code></h4>
9898
</p>
9999

100100
<h4><code>.tab('show')</code></h4>
101-
<p>Selects the given tab and shows its associated content. Any other tab that was previously selected becomes unselected and its associated content is hidden.</p>
101+
<p>Selects the given tab and shows its associated content. Any other tab that was previously selected becomes unselected and its associated content is hidden. <strong>Returns to the caller before the tab pane has actually been shown</strong> (i.e. before the <code>shown.bs.tab</code> event occurs).</p>
102102
{% highlight js %}$('#someTab').tab('show'){% endhighlight %}
103103

104104
<h3 id="tabs-events">Events</h3>

0 commit comments

Comments
 (0)