<pclass="lead">Bring Bootstrap's components to life with flexible, custom javascript plugins for many of our custom components that work with <ahref="http://jquery.com/"target="_blank">jQuery</a> and <ahref="http://ender.no.de"target="_blank">Ender</a>.</p>
<pclass="lead">Bring Bootstrap's components to life with 12 custom, flexible <ahref="http://jquery.com/"target="_blank">jQuery</a> plugins.
</header>
...
...
@@ -112,7 +111,7 @@
</div>
<divclass="span9">
<h3>What's included</h3>
<p>Bring some of Bootstrap's primary components to life with new custom plugins that work with <ahref="http://jquery.com/"target="_blank">jQuery</a> and <ahref="http://ender.no.de"target="_blank">Ender</a>. We encourage you to extend and modify them to fit your specific development needs.</p>
<p>Bring some of Bootstrap's primary components to life with custom <ahref="http://jquery.com/"target="_blank">jQuery</a> plugins. We encourage you to extend and modify them to fit your specific development needs.</p>
<tableclass="striped-table">
<thead>
<tr>
...
...
@@ -138,7 +137,7 @@
<td>The ScrollSpy plugin is for adding an auto updating nav based on scroll position to the bootstrap navbar.</td>
@@ -467,7 +466,7 @@ $('#myModal').bind('hidden', function () {
<h3>Methods</h3>
<h4>$().tab</h4>
<p>
Activates tab functionality for a given element controller. Tab should have either a `data-target` or an `href` referencing a node in the dom.
Activates a tab element and content container. Tab should have either a `data-target` or an `href` targeting a container node in the dom.
</p>
<preclass="prettyprint linenums">
<ul class="tabs">
...
...
@@ -504,7 +503,7 @@ $('#myModal').bind('hidden', function () {
<td>This event fires on tab show, but before the new tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td>
</tr>
<tr>
<td>show</td>
<td>shown</td>
<td>This event fires on tab show after a tab has been shown. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab (if available) respectively.</td>
</tr>
</tbody>
...
...
@@ -634,8 +633,8 @@ $('a[data-toggle="tab"]').bind('shown', function (e) {