1
0
mirror of synced 2024-11-26 06:46:04 +03:00

Merge pull request #543 from n0nick/gh-pages

Add documentation for 'close' event, fix #542
This commit is contained in:
Igor Vaynberg 2012-11-02 08:57:37 -07:00
commit 81ac6dd896

View File

@ -1382,6 +1382,12 @@ Example: <pre class="prettyprint">alert("Selected value is: "+$("#e8").select2("
</p> </p>
</div> </div>
</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> </section>