diff --git a/public/options.html b/public/options.html index fc76153d1f3..9053cb86eaf 100644 --- a/public/options.html +++ b/public/options.html @@ -196,22 +196,30 @@

Example:

chosen:ready - after Chosen has been fully instantiated (it also sends the chosen object as a parameter). + after Chosen has been fully instantiated. chosen:maxselected - triggered if max_selected_options is set and that total is broken. (it also sends the chosen object as a parameter) + triggered if max_selected_options is set and that total is broken. chosen:showing_dropdown - triggered when Chosen's dropdown is opened (it also sends the chosen object as a parameter). + triggered when Chosen's dropdown is opened. chosen:hiding_dropdown - triggered when Chosen's dropdown is closed (it also sends the chosen object as a parameter). + triggered when Chosen's dropdown is closed. + + + chosen:no_results + triggered when a search returns no matching results. +

+ Note: all custom Chosen events (those that being with chosen:) also include the chosen object as a parameter. +

+

Triggerable Events

You can trigger several events on the original select field to invoke a behavior in Chosen.