<p><strong>Resolvable ID targets required</strong></p>
Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the dom like <code><div id="home"></div></code>.
<p>Navbar links must have resolvable id targets. For example, a <code><a href="#home">home</a></code> must correspond to something in the dom like <code><div id="home"></div></code>.</p>
<h4class="alert-heading">Oh snap! You got an error!</h4>
<h4>Oh snap! You got an error!</h4>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>Change this and that and try again. Duis mollis, est non commodo luctus, nisi erat porttitor ligula, eget lacinia odio sem nec elit. Cras mattis consectetur purus sit amet fermentum.</p>
<p>
<p>
<aclass="btn btn-danger"href="#">Take this action</a><aclass="btn"href="#">Or do this</a>
<aclass="btn btn-danger"href="#">Take this action</a><aclass="btn"href="#">Or do this</a>
...
@@ -5977,9 +5978,9 @@ $('.nav-tabs').button()
...
@@ -5977,9 +5978,9 @@ $('.nav-tabs').button()
<h4>$().button('toggle')</h4>
<h4>$().button('toggle')</h4>
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<p>Toggles push state. Gives the button the appearance that it has been activated.</p>
<divclass="alert alert-info">
<divclass="bs-docs-sidenote">
<strong>Heads up!</strong>
<p><strong>Auto toggling</strong></p>
You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.
<p>You can enable auto toggling of a button by using the <code>data-toggle</code> attribute.</p>
<ahref="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.
<p><ahref="https://github.com/twitter/bootstrap/issues/793">Firefox persists the disabled state across page loads</a>. A workaround for this is to use <code>autocomplete="off"</code>.</p>
</div>
</div>
<h4>$().button('reset')</h4>
<h4>$().button('reset')</h4>
...
@@ -6393,6 +6394,7 @@ $('.carousel').carousel({
...
@@ -6393,6 +6394,7 @@ $('.carousel').carousel({
<h4>.carousel('pause')</h4>
<h4>.carousel('pause')</h4>
<p>Stops the carousel from cycling through items.</p>
<p>Stops the carousel from cycling through items.</p>
<h4>.carousel(number)</h4>
<h4>.carousel(number)</h4>
<p>Cycles the carousel to a particular frame (0 based, similar to an array).</p>
<p>Cycles the carousel to a particular frame (0 based, similar to an array).</p>
You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.
<p>You must manage the position of a pinned element and the behavior of its immediate parent. Position is controlled by <code>affix</code>, <code>affix-top</code>, and <code>affix-bottom</code>. Remember to check for a potentially collapsed parent when the affix kicks in as it's removing content from the normal flow of the page.</p>