diff options
| author | Chris Rebert <[email protected]> | 2015-02-03 10:54:08 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2015-02-03 10:54:08 -0800 |
| commit | 377b220e69020aa6783447ba6d69052f9730bc3e (patch) | |
| tree | f1e60421197ac7be79cc4e67a1277c17aa5524d4 /docs | |
| parent | 391054fa2d50d0e19a2be852ca1a4bc0c356bb56 (diff) | |
| parent | 89ef0a5d34f1a1e59ce86b23dd711e073d291558 (diff) | |
| download | bootstrap-377b220e69020aa6783447ba6d69052f9730bc3e.tar.xz bootstrap-377b220e69020aa6783447ba6d69052f9730bc3e.zip | |
Merge pull request #15739 from twbs/modal-events-target
Clarify target of modal events
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/js/modal.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 6fae87cff..856312ea8 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -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> |
