mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-24 05:06:02 +08:00
8 lines
296 B
TypeScript
8 lines
296 B
TypeScript
/// <reference path="chosen.jquery.d.ts" />
|
|
|
|
$(".chzn-select").chosen({ no_results_text: "No results matched" });
|
|
$("#form_field").chosen().change();
|
|
$("#form_field").trigger("liszt:updated");
|
|
|
|
$(".chzn-select").chosen();
|
|
$(".chzn-select-deselect").chosen({ allow_single_deselect: true }); |