Blame | Last modification | View Log | RSS feed
var config = {'.chosen-select' : { },'.chosen-select-3' : { max_selected_options: 3 },'.chosen-select-label' : { include_group_label_in_selected: true },'.chosen-select-deselect' : { allow_single_deselect: true },'.chosen-select-no-single' : { disable_search_threshold: 10 },'.chosen-select-no-results': { no_results_text: 'Oops, nothing found!' },'.chosen-select-rtl' : { rtl: true },'.chosen-select-width' : { width: '95%' },'.chosen-search-contains' : { search_contains: true }}for (var selector in config) {$(selector).chosen(config[selector]);}