diff --git a/components.html b/components.html index 12c72e00ae..edc6e52167 100644 --- a/components.html +++ b/components.html @@ -1210,6 +1210,10 @@ base_url: "../"
  • Messages
  • {% endhighlight %} +
    +

    Requires JavaScript tabs plugin

    +

    For tabs with tabbable areas, you must use the tabs JavaScript plugin.

    +

    Take that same HTML, but use .nav-pills instead:

    diff --git a/javascript.html b/javascript.html index 48aaf2cd9f..6aca121e4c 100644 --- a/javascript.html +++ b/javascript.html @@ -687,6 +687,11 @@ $('#myScrollspy').on('activate.bs.scrollspy', function () { +
    +

    Extends tabbed navigation

    +

    This plugin extends the tabbed navigation component to add tabbable areas.

    +
    +

    Usage

    Enable tabbable tabs via JavaScript (each tab needs to be activated individually):