Описание тега jquery-chosen
Chosen - это плагин JavaScript, который делает длинные и громоздкие поля выбора более удобными для пользователя. В настоящее время он доступен в вариантах jQuery и Prototype.
It can be tough to style <select>
dropdowns with just css. Chosen is a JavaScript plugin that allows you to style dropdowns differently, and make long, unwieldy select boxes much more user-friendly. It is currently available in both jQuery and Prototype flavors.
Example
$(".chosen-select").chosen({
// Options //
// disable_search_threshold
// no_results_text
// max_selected_options
// rtl
// width
});
<select class="chosen-select" multiple data-placeholder="Choose a country...">