You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>You can also use tabs that are stacked on either side of an element, or on the bottom.</p>
1479
-
<divclass="row">
1480
-
<divclass="span3">
1481
-
<divclass="clearfix">
1482
-
<ulclass="tabs tabs-left">
1483
-
<liclass="active"><ahref="#">Active link</a></li>
1484
-
<li><ahref="#">Link</a></li>
1485
-
<li><ahref="#">Linky link</a></li>
1486
-
<li><ahref="#">What up link</a></li>
1487
-
</ul>
1488
-
</div>
1489
-
</div>
1490
-
<divclass="span3">
1491
-
<divclass="clearfix">
1492
-
<ulclass="tabs tabs-right">
1493
-
<liclass="active"><ahref="#">Active link</a></li>
1494
-
<li><ahref="#">Link</a></li>
1495
-
<li><ahref="#">Linky link</a></li>
1496
-
<li><ahref="#">What up link</a></li>
1497
-
</ul>
1498
-
</div>
1499
-
</div>
1500
-
<divclass="span6">
1501
-
<divclass="clearfix">
1502
-
<ulclass="tabs tabs-bottom">
1503
-
<liclass="active"><ahref="#">Active link</a></li>
1504
-
<li><ahref="#">Link</a></li>
1505
-
<li><ahref="#">Linky link</a></li>
1506
-
</ul>
1507
-
</div>
1508
-
</div>
1509
-
</div>
1510
-
<h3>Tabbable tabs</h3>
1511
-
<p>As mentioned above, you can bring your tabs to life with a simple plugin. Here we have integrated all four variations of the tabs—default (top), right, bottom, left—with example tab areas.</p>
1512
-
1513
-
<divclass="tabbable">
1514
-
<ulclass="tabs" data-tabs="tabs">
1515
-
<liclass="active"><ahref="#1">Section 1</a></li>
1516
-
<li><ahref="#2">Section 2</a></li>
1517
-
<li><ahref="#3">Section 3</a></li>
1518
-
<li><ahref="#4">Section 4</a></li>
1519
-
</ul>
1520
-
<divclass="tab-content">
1521
-
<divclass="tab-pane active" id="1">
1522
-
<p>Oh hai #1!</p>
1523
-
</div>
1524
-
<divclass="tab-pane" id="2">
1525
-
<p>Oh hai #2!</p>
1526
-
</div>
1527
-
<divclass="tab-pane" id="3">
1528
-
<p>Oh hai #3!</p>
1529
-
</div>
1530
-
<divclass="tab-pane" id="4">
1531
-
<p>Oh hai #4!</p>
1532
-
</div>
1533
-
</div>
1534
-
</div>
1535
-
1536
-
<divclass="row">
1537
-
<divclass="span6">
1538
-
<divclass="tabbable tabs-left">
1539
-
<ulclass="tabs" data-tabs="tabs">
1540
-
<liclass="active"><ahref="#1">Section 1</a></li>
1541
-
<li><ahref="#2">Section 2</a></li>
1542
-
<li><ahref="#3">Section 3</a></li>
1543
-
</ul>
1544
-
<divclass="tab-content" id="myTabContent2">
1545
-
<divclass="tab-pane active" id="1">
1546
-
<h4>Section 1</h4>
1547
-
<p>Oh hai!</p>
1548
-
</div>
1549
-
<divclass="tab-pane" id="2">
1550
-
<h4>Section 2</h4>
1551
-
<p>Oh hai!</p>
1552
-
</div>
1553
-
<divclass="tab-pane" id="3">
1554
-
<h4>Section 3</h4>
1555
-
<p>Oh hai!</p>
1556
-
</div>
1557
-
</div>
1558
-
</div>
1559
-
</div>
1560
-
<divclass="span6">
1561
-
<divclass="tabbable tabs-right">
1562
-
<ulclass="tabs" data-tabs="tabs">
1563
-
<liclass="active"><ahref="#1">Section 1</a></li>
1564
-
<li><ahref="#2">Section 2</a></li>
1565
-
<li><ahref="#3">Section 3</a></li>
1566
-
</ul>
1567
-
<divclass="tab-content" id="myTabContent3">
1568
-
<divclass="tab-pane active" id="1">
1569
-
<h4>Section 1</h4>
1570
-
<p>Oh hai!</p>
1571
-
</div>
1572
-
<divclass="tab-pane" id="2">
1573
-
<h4>Section 2</h4>
1574
-
<p>Oh hai!</p>
1575
-
</div>
1576
-
<divclass="tab-pane" id="3">
1577
-
<h4>Section 3</h4>
1578
-
<p>Oh hai!</p>
1579
-
</div>
1580
-
</div>
1581
-
</div>
1582
-
</div>
1583
-
</div>
1584
-
1585
-
<divclass="tabbable tabs-bottom">
1586
-
<divclass="tab-content">
1587
-
<divclass="tab-pane active" id="1">
1588
-
<p>Oh hai #1!</p>
1589
-
</div>
1590
-
<divclass="tab-pane" id="2">
1591
-
<p>Oh hai #2!</p>
1592
-
</div>
1593
-
<divclass="tab-pane" id="3">
1594
-
<p>Oh hai #3!</p>
1595
-
</div>
1596
-
<divclass="tab-pane" id="4">
1597
-
<p>Oh hai #4!</p>
1598
-
</div>
1599
-
</div>
1600
-
<ulclass="tabs" data-tabs="tabs">
1601
-
<liclass="active"><ahref="#1">Section 1</a></li>
1602
-
<li><ahref="#2">Section 2</a></li>
1603
-
<li><ahref="#3">Section 3</a></li>
1604
-
<li><ahref="#4">Section 4</a></li>
1605
-
</ul>
1606
-
</div>
1607
-
1608
-
1609
-
<p>In addition to tabs, we have pills! Though a bit more limited in functionality, they share much of the same markup.</p>
<p>With a pill-style nav, you can also stack the list items to have a simple sidebar. We don't offer left or right aligned versions here because that's easy enough to customize based on your own needs</p>
Copy file name to clipboardExpand all lines: docs/javascript.html
+18-20Lines changed: 18 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -379,26 +379,24 @@ <h3>Events</h3>
379
379
e.relatedTarget // previous tab
380
380
})</pre>
381
381
<h3>Demo</h3>
382
-
<divclass="tabbable">
383
-
<ulclass="tabs" data-tabs="tabs">
384
-
<liclass="active"><ahref="#home">Home</a></li>
385
-
<li><ahref="#profile">Profile</a></li>
386
-
<li><ahref="#messages">Messages</a></li>
387
-
<li><ahref="#settings">Settings</a></li>
388
-
</ul>
389
-
<divclass="tab-content" id="myTabContent">
390
-
<divclass="tab-pane active" id="home">
391
-
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
392
-
</div>
393
-
<divclass="tab-pane" id="profile">
394
-
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
395
-
</div>
396
-
<divclass="tab-pane" id="messages">
397
-
<p>Banksy do proident, brooklyn photo booth delectus sunt artisan sed organic exercitation eiusmod four loko. Quis tattooed iphone esse aliqua. Master cleanse vero fixie mcsweeney's. Ethical portland aute, irony food truck pitchfork lomo eu anim. Aesthetic blog DIY, ethical beard leggings tofu consequat whatever cardigan nostrud. Helvetica you probably haven't heard of them carles, marfa veniam occaecat lomo before they sold out in shoreditch scenester sustainable thundercats. Consectetur tofu craft beer, mollit brunch fap echo park pitchfork mustache dolor.</p>
398
-
</div>
399
-
<divclass="tab-pane" id="settings">
400
-
<p>Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seitan squid ad wolf bicycle rights blog. Et aute readymade farm-to-table carles 8-bit, nesciunt nulla etsy adipisicing organic ea. Master cleanse mollit high life, next level Austin nesciunt american apparel twee mustache adipisicing reprehenderit hoodie portland irony. Aliqua tofu quinoa +1 commodo eiusmod. High life williamsburg cupidatat twee homo leggings. Four loko vinyl DIY consectetur nisi, marfa retro keffiyeh vegan. Fanny pack viral retro consectetur gentrify fap.</p>
401
-
</div>
382
+
<ulclass="tabs" data-tabs="tabs">
383
+
<liclass="active"><ahref="#home">Home</a></li>
384
+
<li><ahref="#profile">Profile</a></li>
385
+
<li><ahref="#messages">Messages</a></li>
386
+
<li><ahref="#settings">Settings</a></li>
387
+
</ul>
388
+
<divid="my-tab-content" class="tab-content">
389
+
<divclass="active" id="home">
390
+
<p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
391
+
</div>
392
+
<divid="profile">
393
+
<p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
394
+
</div>
395
+
<divid="messages">
396
+
<p>Banksy do proident, brooklyn photo booth delectus sunt artisan sed organic exercitation eiusmod four loko. Quis tattooed iphone esse aliqua. Master cleanse vero fixie mcsweeney's. Ethical portland aute, irony food truck pitchfork lomo eu anim. Aesthetic blog DIY, ethical beard leggings tofu consequat whatever cardigan nostrud. Helvetica you probably haven't heard of them carles, marfa veniam occaecat lomo before they sold out in shoreditch scenester sustainable thundercats. Consectetur tofu craft beer, mollit brunch fap echo park pitchfork mustache dolor.</p>
397
+
</div>
398
+
<divid="settings">
399
+
<p>Sunt qui biodiesel mollit officia, fanny pack put a bird on it thundercats seitan squid ad wolf bicycle rights blog. Et aute readymade farm-to-table carles 8-bit, nesciunt nulla etsy adipisicing organic ea. Master cleanse mollit high life, next level Austin nesciunt american apparel twee mustache adipisicing reprehenderit hoodie portland irony. Aliqua tofu quinoa +1 commodo eiusmod. High life williamsburg cupidatat twee homo leggings. Four loko vinyl DIY consectetur nisi, marfa retro keffiyeh vegan. Fanny pack viral retro consectetur gentrify fap.</p>
0 commit comments