aboutsummaryrefslogtreecommitdiff
path: root/javascript.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-09-01 10:27:20 +0200
committerMark Otto <[email protected]>2013-09-01 10:27:20 +0200
commit129d8fcebc3e43a7dd03abd2baa8e8134f8e28f3 (patch)
tree78c5cc4a613345d0d8e8bae7a8b3d0f469a39d41 /javascript.html
parente2c6d329974ac16fab28962fbed089b745a036a5 (diff)
downloadbootstrap-129d8fcebc3e43a7dd03abd2baa8e8134f8e28f3.tar.xz
bootstrap-129d8fcebc3e43a7dd03abd2baa8e8134f8e28f3.zip
fixes #10282: Cross reference tabs and tabs plugin
Diffstat (limited to 'javascript.html')
-rw-r--r--javascript.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/javascript.html b/javascript.html
index 48aaf2cd9..6aca121e4 100644
--- a/javascript.html
+++ b/javascript.html
@@ -687,6 +687,11 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () {
</div>
</div><!-- /example -->
+ <div class="bs-callout bs-callout-info">
+ <h4>Extends tabbed navigation</h4>
+ <p>This plugin extends the <a href="../components/#nav-tabs">tabbed navigation component</a> to add tabbable areas.</p>
+ </div>
+
<h2 id="tabs-usage">Usage</h2>
<p>Enable tabbable tabs via JavaScript (each tab needs to be activated individually):</p>