From: Chris Rebert Date: Tue, 3 Feb 2015 18:48:56 +0000 (-0800) Subject: Clarify target of modal events X-Git-Tag: v3.3.4~146^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89ef0a5d34f1a1e59ce86b23dd711e073d291558;p=thirdparty%2Fbootstrap.git Clarify target of modal events --- diff --git a/docs/_includes/js/modal.html b/docs/_includes/js/modal.html index 6fae87cff4..856312ea80 100644 --- a/docs/_includes/js/modal.html +++ b/docs/_includes/js/modal.html @@ -382,6 +382,7 @@ $('#myModal').modal({

Events

Bootstrap's modal class exposes a few events for hooking into modal functionality.

+

All modal events are fired at the modal itself (i.e. at the <div class="modal">).