diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index cd1321088..2aa5fce2c 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -160,7 +160,6 @@ <p class="lead">Bring Bootstrap's components to life—now with 12 custom <a href="http://jquery.com/" target="_blank">jQuery</a> plugins. <div class="subnav"> <ul class="nav nav-pills"> - <li><a href="#javascript">All plugins</a></li> <li><a href="#modals">Modal</a></li> <li><a href="#dropdowns">Dropdown</a></li> <li><a href="#scrollspy">Scrollspy</a></li> @@ -254,7 +253,6 @@ <h3>About modals</h3> <p>A streamlined, but flexible, take on the traditional javascript modal plugin with only the minimum required functionality and smart defaults.</p> - <a href="assets/js/bootstrap-modal.js" target="_blank" class="btn">Download file</a> <h2>Static example</h2> <p>Below is a statically rendered modal.</p> @@ -444,7 +442,6 @@ $('#myModal').on('hidden', function () { <h3>About dropdowns</h3> <p>Add dropdown menus to nearly anything in Bootstrap with this simple plugin. Bootstrap features full dropdown menu support on in the navbar, tabs, and pills.</p> - <a href="assets/js/bootstrap-dropdown.js" target="_blank" class="btn">Download file</a> <h2>Examples</h2> <p>Click on the dropdown nav links in the navbar and pills below to test dropdowns.</p> @@ -587,7 +584,6 @@ $('#myModal').on('hidden', function () { </div> <p>The ScrollSpy plugin is for automatically updating nav targets based on scroll position.</p> - <a href="assets/js/bootstrap-scrollspy.js" target="_blank" class="btn">Download file</a> <h2>Example navbar with scrollspy</h2> <p>Scroll the area below and watch the navigation update. The dropdown sub items will be highlighted as well. Try it!</p> @@ -703,7 +699,6 @@ $('[data-spy="scroll"]').each(function () { </div> <p>This plugin adds quick, dynamic tab and pill functionality for transitioning through local content.</p> - <a href="assets/js/bootstrap-tab.js" target="_blank" class="btn">Download file</a> <h2>Example tabs</h2> <p>Click the tabs below to toggle between hidden panes, even via dropdown menus.</p> @@ -819,7 +814,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h3>About Tooltips</h3> <p>Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use css3 for animations, and data-attributes for local title storage.</p> - <a href="assets/js/bootstrap-tooltip.js" target="_blank" class="btn">Download file</a> <h2>Example use of Tooltips</h2> <p>Hover over the links below to see tooltips:</p> @@ -926,7 +920,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h3>About popovers</h3> <p>Add small overlays of content, like those on the iPad, to any element for housing secondary information.</p> <p class="muted"><strong>*</strong> Requires <a href="#tooltips">Tooltip</a> to be included</p> - <a href="assets/js/bootstrap-popover.js" target="_blank" class="btn">Download file</a> <h2>Example hover popover</h2> <p>Hover over the button to trigger the popover.</p> @@ -1035,7 +1028,6 @@ $('a[data-toggle="tab"]').on('shown', function (e) { <h3>About alerts</h3> <p>The alert plugin is a tiny class for adding close functionality to alerts.</p> - <a href="assets/js/bootstrap-alert.js" target="_blank" class="btn">Download</a> <h2>Example alerts</h2> <p>The alerts plugin works on regular alert messages, and block messages.</p> @@ -1106,7 +1098,6 @@ $('#my-alert').bind('closed', function () { <h3>About</h3> <p>Do more with buttons. Control button states or create groups of buttons for more components like toolbars.</p> - <a href="assets/js/bootstrap-button.js" target="_blank" class="btn">Download file</a> <h2>Example uses</h2> <p>Use the buttons plugin for states and toggles.</p> @@ -1201,7 +1192,6 @@ $('#my-alert').bind('closed', function () { <h3>About</h3> <p>Get base styles and flexible support for collapsible components like accordions and navigation.</p> - <a href="assets/js/bootstrap-collapse.js" target="_blank" class="btn">Download file</a> <p class="muted"><strong>*</strong> Requires the Transitions plugin to be included.</p> <h2>Example accordion</h2> @@ -1350,7 +1340,6 @@ $('#myCollapsible').on('hidden', function () { <h3>About</h3> <p>A generic plugin for cycling through elements. A merry-go-round.</p> - <a href="assets/js/bootstrap-carousel.js" target="_blank" class="btn">Download file</a> <h2>Example carousel</h2> <p>Watch the slideshow below.</p> @@ -1484,7 +1473,6 @@ $('.carousel').carousel({ <h3>About</h3> <p>A basic, easily extended plugin for quickly creating elegant typeaheads with any form text input.</p> - <a href="assets/js/bootstrap-typeahead.js" target="_blank" class="btn">Download file</a> <h2>Example</h2> <p>Start typing in the field below to show the typeahead results.</p> |
