0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-28 20:52:21 +01:00

Tweak phrasing of .tab('show') docs

Refs #18708
[ci skip]
This commit is contained in:
Chris Rebert 2016-01-06 15:02:58 -08:00
parent 004e30866c
commit cbe9b7a035

View File

@ -339,7 +339,7 @@ Activates a tab element and content container. Tab should have either a `data-ta
#### .tab('show')
Selects the given tab and shows its associated content. Any other tab that was previously selected becomes unselected and its associated content is hidden. **Returns to the caller before the tab pane has actually been shown** (i.e. before the `shown.bs.tab` event occurs).
Selects the given tab and shows its associated pane. Any other tab that was previously selected becomes unselected and its associated pane is hidden. **Returns to the caller before the tab pane has actually been shown** (i.e. before the `shown.bs.tab` event occurs).
{% highlight js %}
$('#someTab').tab('show')