]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Clarify target of modal events 15739/head
authorChris Rebert <github@rebertia.com>
Tue, 3 Feb 2015 18:48:56 +0000 (10:48 -0800)
committerChris Rebert <github@rebertia.com>
Tue, 3 Feb 2015 18:48:56 +0000 (10:48 -0800)
docs/_includes/js/modal.html

index 6fae87cff4a1317d3022a787857b1b937d1a5d77..856312ea80b403b9ba0146b7854e70f83cf73381 100644 (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>