diff options
Diffstat (limited to 'docs/javascript.html')
| -rw-r--r-- | docs/javascript.html | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/docs/javascript.html b/docs/javascript.html index 91198bd19..1fc077707 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -99,7 +99,7 @@ $('#myModal').on('show.bs.modal', 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> @@ -335,7 +335,7 @@ $('#myModal').on('hidden.bs.modal', function () { ================================================== --> <section id="dropdowns"> <div class="page-header"> - <h1>Dropdowns <small>bootstrap-dropdown.js</small></h1> + <h1>Dropdowns <small>dropdown.js</small></h1> </div> @@ -477,7 +477,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> @@ -601,7 +601,7 @@ $('#myScrollspy').on('activate.bs.scrollspy', 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> @@ -728,7 +728,7 @@ $('a[data-toggle="tab"]').on('shown.bs.tab', 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> <h2>Examples</h2> @@ -869,7 +869,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> @@ -1054,7 +1054,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> @@ -1133,7 +1133,7 @@ $('#my-alert').bind('closed.bs.alert', 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> @@ -1278,7 +1278,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> @@ -1488,7 +1488,7 @@ $('#myCollapsible').on('hidden.bs.collapse', 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> @@ -1705,7 +1705,7 @@ $('#myCarousel').on('slide.bs.carousel', function () { ================================================== --> <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> |
