1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-28 14:29:07 +02:00

a bunch javascript junk

This commit is contained in:
fat
2013-05-16 11:06:30 -07:00
parent 509f2244da
commit 14651035de
137 changed files with 24057 additions and 1221 deletions

View File

@@ -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&mdash;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&mdash;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>