diff options
| author | fat <[email protected]> | 2013-05-16 11:06:30 -0700 |
|---|---|---|
| committer | fat <[email protected]> | 2013-05-16 11:06:30 -0700 |
| commit | 14651035deda4d02a1ca02c6088c34f770f897f6 (patch) | |
| tree | 34002a1d364bb2618ab2526d5f0f9bd5c823bf47 /docs/docs.html | |
| parent | 509f2244da757a60d3548a7d34d63080dc01ee19 (diff) | |
| download | bootstrap-14651035deda4d02a1ca02c6088c34f770f897f6.tar.xz bootstrap-14651035deda4d02a1ca02c6088c34f770f897f6.zip | |
a bunch javascript junk
Diffstat (limited to 'docs/docs.html')
| -rw-r--r-- | docs/docs.html | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/docs/docs.html b/docs/docs.html index 344a710cc..fe30046b5 100644 --- a/docs/docs.html +++ b/docs/docs.html @@ -4962,10 +4962,10 @@ $('#myModal').on('show', function (e) { ================================================== --> <div class="bs-docs-section" id="transitions"> <div class="page-header"> - <h1>Transitions <small>bootstrap-transition.js</small></h1> + <h1>Transitions <small>transition.js</small></h1> </div> <h3>About transitions</h3> - <p>For simple transition effects, include bootstrap-transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.</p> + <p>For simple transition effects, include transition.js once alongside the other JS files. If you're using the compiled (or minified) bootstrap.js, there is no need to include this—it's already there.</p> <h3>Use cases</h3> <p>A few examples of the transition plugin:</p> <ul> @@ -4984,7 +4984,7 @@ $('#myModal').on('show', function (e) { ================================================== --> <div class="bs-docs-section" id="modals"> <div class="page-header"> - <h1>Modals <small>bootstrap-modal.js</small></h1> + <h1>Modals <small>modal.js</small></h1> </div> <h2 id="modals-examples">Examples</h2> @@ -5220,7 +5220,7 @@ $('#myModal').on('hidden', function () { ================================================== --> <section id="dropdowns"> <div class="page-header"> - <h1>Dropdowns <small>bootstrap-dropdown.js</small></h1> + <h1>Dropdowns <small>dropdown.js</small></h1> </div> @@ -5357,7 +5357,7 @@ $('.dropdown-toggle').dropdown() ================================================== --> <section id="scrollspy"> <div class="page-header"> - <h1>ScrollSpy <small>bootstrap-scrollspy.js</small></h1> + <h1>ScrollSpy <small>scrollspy.js</small></h1> </div> @@ -5476,7 +5476,7 @@ $('[data-spy="scroll"]').each(function () { ================================================== --> <section id="tabs"> <div class="page-header"> - <h1>Togglable tabs <small>bootstrap-tab.js</small></h1> + <h1>Togglable tabs <small>tab.js</small></h1> </div> @@ -5603,7 +5603,7 @@ $('a[data-toggle="tab"]').on('shown', function (e) { ================================================== --> <section id="tooltips"> <div class="page-header"> - <h1>Tooltips <small>bootstrap-tooltip.js</small></h1> + <h1>Tooltips <small>tooltip.js</small></h1> </div> @@ -5744,7 +5744,7 @@ $('#example').tooltip(options) ================================================== --> <section id="popovers"> <div class="page-header"> - <h1>Popovers <small>bootstrap-popover.js</small></h1> + <h1>Popovers <small>popover.js</small></h1> </div> <h2>Examples</h2> @@ -5925,7 +5925,7 @@ $('#example').tooltip(options) ================================================== --> <div class="bs-docs-section" id="js-alerts"> <div class="page-header"> - <h1>Alert messages <small>bootstrap-alert.js</small></h1> + <h1>Alert messages <small>alert.js</small></h1> </div> @@ -6004,7 +6004,7 @@ $('#my-alert').bind('closed', function () { ================================================== --> <div class="bs-docs-section" id="js-buttons"> <div class="page-header"> - <h1>Buttons <small>bootstrap-button.js</small></h1> + <h1>Buttons <small>button.js</small></h1> </div> <h2>Example uses</h2> @@ -6149,7 +6149,7 @@ $('.nav-tabs').button() ================================================== --> <section id="collapse"> <div class="page-header"> - <h1>Collapse <small>bootstrap-collapse.js</small></h1> + <h1>Collapse <small>collapse.js</small></h1> </div> <h3>About</h3> @@ -6359,7 +6359,7 @@ $('#myCollapsible').on('hidden', function () { ================================================== --> <section id="carousel"> <div class="page-header"> - <h1>Carousel <small>bootstrap-carousel.js</small></h1> + <h1>Carousel <small>carousel.js</small></h1> </div> <h2>Examples</h2> @@ -6571,7 +6571,7 @@ $('.carousel').carousel({ ================================================== --> <section id="typeahead"> <div class="page-header"> - <h1>Typeahead <small>bootstrap-typeahead.js</small></h1> + <h1>Typeahead <small>typeahead.js</small></h1> </div> @@ -6668,7 +6668,7 @@ $('.typeahead').typeahead() ================================================== --> <section id="affix"> <div class="page-header"> - <h1>Affix <small>bootstrap-affix.js</small></h1> + <h1>Affix <small>affix.js</small></h1> </div> <h2>Example</h2> |
