add activate to scrollspy docs

This commit is contained in:
Jacob Thornton
2012-03-19 20:29:22 -07:00
parent 384a082e8d
commit 07d23b927e
4 changed files with 33 additions and 1 deletions

View File

@@ -589,6 +589,21 @@ $('#myModal').on('hidden', function () {
</tr>
</tbody>
</table>
<h3>Events</h3>
<table class="table table-bordered table-striped">
<thead>
<tr>
<th style="width: 150px;">Event</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>activate</td>
<td>This event fires whenever a new item becomes activated by the scrollspy.</td>
</tr>
</tbody>
</table>
</div>
</div>
</section>