multiple-select
Version:
Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
11 lines (9 loc) • 983 B
JavaScript
/**
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
*
* @version v2.4.0
* @homepage http://multiple-select.wenzhixin.net.cn
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
*/
!function(e,t){"object"==typeof exports&&"undefined"!=typeof module?t(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],t):t((e="undefined"!=typeof globalThis?globalThis:e||self).jQuery)}(this,(function(e){"use strict";e.fn.multipleSelect.locales["cz-CS"]=e.fn.multipleSelect.locales.cs={formatSelectAll:()=>"[Vybrat vše]",formatAllSelected:()=>"Vše vybráno",formatCountSelected:(e,t)=>`${e} z ${t} vybráno`,formatNoMatchesFound:()=>"Nebylo nalezeno",formatFilterAll:()=>"Vše",formatFilterSelected:()=>"Vybráno",formatFilterUnselected:()=>"Nevybráno",formatFilterOnly:()=>"Pouze toto"},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["cz-CS"])}));