multiple-select
Version:
Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
11 lines (9 loc) • 949 B
JavaScript
/**
* multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
*
* @version v2.3.1
* @homepage http://multiple-select.wenzhixin.net.cn
* @author wenzhixin <wenzhixin2010@gmail.com> (http://wenzhixin.net.cn/)
* @license MIT
*/
!function(e,l){"object"==typeof exports&&"undefined"!=typeof module?l(require("jquery")):"function"==typeof define&&define.amd?define(["jquery"],l):l((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,l)=>`${e} z ${l} vybráno`,formatNoMatchesFound:()=>"Nebylo nalezeno",formatFilterAll:()=>"Vše",formatFilterSelected:()=>"Vybráno",formatFilterUnselected:()=>"Nevybráno"},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["cz-CS"])}));