@@ -357,6 +357,27 @@ $('#my-modal').bind('hidden', function () {
})
</script></pre>
</p>
<h3>Events</h3>
<tableclass="zebra-striped">
<thead>
<tr>
<thstyle="width: 150px;">Event</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>change</td>
<td>This event fires on tab change. Use <code>event.target</code> and <code>event.relatedTarget</code> to target the active tab and the previous active tab respectively.</td>