<p>Add quick, dynamic tab functionality to transition through panes of local content, even via dropdown menus.</p>
<divclass="bs-example bs-example-tabs">
...
...
@@ -642,9 +635,6 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
</div><!-- /example -->
<hrclass="bs-docs-separator">
<h2id="tabs-usage">Usage</h2>
<p>Enable tabbable tabs via JavaScript (each tab needs to be activated individually):</p>
{% highlight js %}
...
...
@@ -727,7 +717,8 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
e.relatedTarget // previous tab
})
{% endhighlight %}
</section>
</div>
<!-- Tooltips
...
...
@@ -760,8 +751,6 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
<p>When using tooltips on elements within a <code>.btn-group</code> or an <code>.input-group</code>, you'll have to specify the option <code>container: 'body'</code> (documented below) to avoid unwanted side effects (such as the element growing wider and/or losing its rounded corners when the tooltip is triggered).</p>