mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-24 12:40:58 +00:00
Merge branch 'meleyal-fix-carousel-docs' into 2.0.2-wip
Conflicts: docs/javascript.html docs/templates/pages/javascript.mustache
This commit is contained in:
commit
5cc4fcf6a2
Binary file not shown.
@ -1319,7 +1319,7 @@ $('#myCollapsible').on('hidden', function () {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h3>Markup</h3>
|
<h3>Markup</h3>
|
||||||
<p>Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.</p>
|
<p>Data attributes are used for the previous and next conrols. Check out the example markup below.</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div id="myCarousel" class="carousel">
|
<div id="myCarousel" class="carousel">
|
||||||
<!-- Carousel items -->
|
<!-- Carousel items -->
|
||||||
@ -1352,7 +1352,7 @@ $('.carousel').carousel({
|
|||||||
<h4>.carousel('next')</h4>
|
<h4>.carousel('next')</h4>
|
||||||
<p>Cycles to the next item.</p>
|
<p>Cycles to the next item.</p>
|
||||||
<h3>Events</h3>
|
<h3>Events</h3>
|
||||||
<p>Bootstrap's carousel class exposes a few events for hooking into carousel functionality.</p>
|
<p>Bootstrap's carousel class exposes two events for hooking into carousel functionality.</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
4
docs/templates/pages/javascript.mustache
vendored
4
docs/templates/pages/javascript.mustache
vendored
@ -1243,7 +1243,7 @@ $('#myCollapsible').on('hidden', function () {
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<h3>{{_i}}Markup{{/i}}</h3>
|
<h3>{{_i}}Markup{{/i}}</h3>
|
||||||
<p>{{_i}}Data attributes are integral to the carousel plugin. Check out the example code below for the various markup types.{{/i}}</p>
|
<p>{{_i}}Data attributes are used for the previous and next conrols. Check out the example markup below.{{/i}}</p>
|
||||||
<pre class="prettyprint linenums">
|
<pre class="prettyprint linenums">
|
||||||
<div id="myCarousel" class="carousel">
|
<div id="myCarousel" class="carousel">
|
||||||
<!-- {{_i}}Carousel items{{/i}} -->
|
<!-- {{_i}}Carousel items{{/i}} -->
|
||||||
@ -1276,7 +1276,7 @@ $('.carousel').carousel({
|
|||||||
<h4>.carousel('next')</h4>
|
<h4>.carousel('next')</h4>
|
||||||
<p>{{_i}}Cycles to the next item.{{/i}}</p>
|
<p>{{_i}}Cycles to the next item.{{/i}}</p>
|
||||||
<h3>{{_i}}Events{{/i}}</h3>
|
<h3>{{_i}}Events{{/i}}</h3>
|
||||||
<p>{{_i}}Bootstrap's carousel class exposes a few events for hooking into carousel functionality.{{/i}}</p>
|
<p>{{_i}}Bootstrap's carousel class exposes two events for hooking into carousel functionality.{{/i}}</p>
|
||||||
<table class="table table-bordered table-striped">
|
<table class="table table-bordered table-striped">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user