Skip to content

Commit

Permalink
Add documentation for the chosen:no_results event
Browse files Browse the repository at this point in the history
  • Loading branch information
pfiller committed Feb 7, 2014
1 parent c62d160 commit 63bb398
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions public/options.html
Expand Up @@ -210,6 +210,10 @@ <h3>Example:</h3>
<td>chosen:hiding_dropdown</td>
<td>triggered when Chosen's dropdown is closed (it also sends the <code class="language-javascript">chosen</code> object as a parameter).</td>
</tr>
<tr>
<td>chosen:no_results</td>
<td>triggered when a search returns no matching results (it also sends the <code class="language-javascript">chosen</code> object as a parameter).</td>
</tr>
</table>

<h2><a name="triggerable-events" class="anchor" href="#triggerable-events">Triggerable Events</a></h2>
Expand Down

0 comments on commit 63bb398

Please sign in to comment.