From 457885075f8fa004f3a190efdcf381af218e1bb7 Mon Sep 17 00:00:00 2001 From: Steven Black Date: Wed, 25 Feb 2015 04:00:37 +0200 Subject: Javascript docs: Accessibility and cosmetic changes to headings. Closes #15915 by merging it. --- docs/_includes/js/tabs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/_includes/js/tabs.html') diff --git a/docs/_includes/js/tabs.html b/docs/_includes/js/tabs.html index 8622440fc..b107ca6a2 100644 --- a/docs/_includes/js/tabs.html +++ b/docs/_includes/js/tabs.html @@ -92,7 +92,7 @@ $('#myTab li:eq(2) a').tab('show') // Select third tab (0-indexed) {% endhighlight %}

Methods

-

$().tab

+

$().tab

Activates a tab element and content container. Tab should have either a data-target or an href targeting a container node in the DOM.

-- cgit v1.2.3