1
0
mirror of synced 2025-02-04 06:09:23 +03:00

Add documentation for 'close' event, fix #542

This commit is contained in:
Sagie Maoz 2012-10-31 22:47:54 +02:00
parent af32bae718
commit a637ec1d27

View File

@ -1382,6 +1382,12 @@ Example: <pre class="prettyprint">alert("Selected value is: "+$("#e8").select2("
</p>
</div>
</div>
<div class="row">
<div class="span12">
<h3>close</h3>
<p>Fired when the dropdown is closed (whether by selection or cancellation).</p>
</div>
</div>
</section>