aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/js/tabs.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
committerChris Rebert <[email protected]>2014-11-11 21:16:34 -0800
commit1211a8155e9357ddd747f7ecba800e460e72465d (patch)
tree73e6611c87861b86ebb4741eca85d2a7de8afa8f /docs/_includes/js/tabs.html
parentff386147ce341a15f02b31f638500487246e34da (diff)
downloadbootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.tar.xz
bootstrap-1211a8155e9357ddd747f7ecba800e460e72465d.zip
JS docs: add Options, Methods, Events subsections to nav sidebar
Diffstat (limited to 'docs/_includes/js/tabs.html')
-rw-r--r--docs/_includes/js/tabs.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html
index 69f0cc45f..9de511b9a 100644
--- a/docs/_includes/js/tabs.html
+++ b/docs/_includes/js/tabs.html
@@ -91,7 +91,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
</div>
{% endhighlight %}
- <h3>Methods</h3>
+ <h3 id="tabs-methods">Methods</h3>
<h4>$().tab</h4>
<p>
Activates a tab element and content container. Tab should have either a <code>data-target</code> or an <code>href</code> targeting a container node in the DOM.
@@ -118,7 +118,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed)
</script>
{% endhighlight %}
- <h3>Events</h3>
+ <h3 id="tabs-events">Events</h3>
<p>When showing a new tab, the events fire in the following order:</p>
<ol>
<li><code>hide.bs.tab</code> (on the current active tab)</li>