Clarify target of modal events

This commit is contained in:
Chris Rebert 2015-02-03 10:48:56 -08:00
parent 391054fa2d
commit 89ef0a5d34

View File

@ -382,6 +382,7 @@ $('#myModal').modal({
<h3 id="modals-events">Events</h3>
<p>Bootstrap's modal class exposes a few events for hooking into modal functionality.</p>
<p>All modal events are fired at the modal itself (i.e. at the <code>&lt;div class="modal"&gt;</code>).</p>
<div class="table-responsive">
<table class="table table-bordered table-striped bs-events-table">
<thead>