mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-03 15:24:19 +01:00
document slide and slid methods
This commit is contained in:
parent
93a8b331bb
commit
561fc8cf2a
@ -362,7 +362,7 @@ $('#myModal').on('hidden', function () {
|
|||||||
<li><a href="#fat">@fat</a></li>
|
<li><a href="#fat">@fat</a></li>
|
||||||
<li><a href="#mdo">@mdo</a></li>
|
<li><a href="#mdo">@mdo</a></li>
|
||||||
<li class="dropdown">
|
<li class="dropdown">
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown</a>
|
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Dropdown <b class="caret"></b></a>
|
||||||
<ul class="dropdown-menu">
|
<ul class="dropdown-menu">
|
||||||
<li><a href="#one">one</a></li>
|
<li><a href="#one">one</a></li>
|
||||||
<li><a href="#two">two</a></li>
|
<li><a href="#two">two</a></li>
|
||||||
@ -1073,6 +1073,27 @@ $('.myCarousel').carousel({
|
|||||||
<p>Cycles to the previous item.</p>
|
<p>Cycles to the previous item.</p>
|
||||||
<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>
|
||||||
|
<p>Bootstrap's modal class exposes a few events for hooking into modal functionality. </p>
|
||||||
|
<table class="bordered-table striped-table">
|
||||||
|
<thead>
|
||||||
|
<tr>
|
||||||
|
<th style="width: 150px;">Event</th>
|
||||||
|
<th>Description</th>
|
||||||
|
</tr>
|
||||||
|
</thead>
|
||||||
|
<tbody>
|
||||||
|
<tr>
|
||||||
|
<td>slide</td>
|
||||||
|
<td>This event fires immediately when the <code>slide</code> instance method is invoked.</td>
|
||||||
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<td>slid</td>
|
||||||
|
<td>This event is fired when the carousel has completed it's slide transition.</td>
|
||||||
|
</tr>
|
||||||
|
</tr>
|
||||||
|
</tbody>
|
||||||
|
</table>
|
||||||
<h3>Demo</h3>
|
<h3>Demo</h3>
|
||||||
|
|
||||||
<!-- carousel -->
|
<!-- carousel -->
|
||||||
|
Loading…
Reference in New Issue
Block a user