aboutsummaryrefslogtreecommitdiff
path: root/docs/index.html
diff options
context:
space:
mode:
authorJacob Thornton <[email protected]>2011-09-08 20:21:03 -0700
committerJacob Thornton <[email protected]>2011-09-08 20:21:03 -0700
commit5960711d0f79f7031b444bafba9a856c77f697bc (patch)
tree71a29548549f7e69549b635f842359ac33116047 /docs/index.html
parent346122a0c7a883f1fcc1887899cf8bb37274c7f9 (diff)
downloadbootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.tar.xz
bootstrap-5960711d0f79f7031b444bafba9a856c77f697bc.zip
some more js love - update the docs with tabs/pills plugin
Diffstat (limited to 'docs/index.html')
-rw-r--r--docs/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/index.html b/docs/index.html
index 7acafd6c9..ab9820f4d 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -20,7 +20,10 @@
<script src="http://code.jquery.com/jquery-1.5.2.min.js"></script>
<script src="http://autobahn.tablesorter.com/jquery.tablesorter.min.js"></script>
<script src="assets/js/google-code-prettify/prettify.js"></script>
+ <script>$(function () { prettyPrint() })</script>
+ <script src="assets/js/bootstrap-dropdown.js"></script>
<script src="assets/js/application.js"></script>
+ <script src="assets/js/application-scrollspy.js"></script>
<!-- Le fav and touch icons -->
<link rel="shortcut icon" href="images/favicon.ico">
@@ -1357,6 +1360,10 @@ Lorem ipsum dolar sit amet illo error <a href="#" title="below">ipsum</a> verita
<td>This plugin is for adding dropdown to the bootstrap nav.</td>
</tr>
<tr>
+ <td><a href="./javascript.html#tabs">bootstrap-tabs.js</a></td>
+ <td>This plugin adds quick, dynamic tab and pill functionality.</td>
+ </tr>
+ <tr>
<td><a href="./javascript.html#twipsy">bootstrap-twipsy.js</a></td>
<td>Based on the excellent jQuery.tipsy plugin written by Jason Frame; twipsy is an updated version, which doesn't rely on images, uses css3 for animations, and data-attributes for title storage!</td>
</tr>