mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-25 08:50:22 +00:00
Merge pull request #15739 from twbs/modal-events-target
Clarify target of modal events
This commit is contained in:
commit
377b220e69
1 changed files with 1 additions and 0 deletions
|
|
@ -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><div class="modal"></code>).</p>
|
||||
<div class="table-responsive">
|
||||
<table class="table table-bordered table-striped bs-events-table">
|
||||
<thead>
|
||||
|
|
|
|||
Loading…
Reference in a new issue