UNPKG

multiple-select

Version:

Multiple select is a jQuery plugin to select multiple elements with checkboxes :).

11 lines (9 loc) 969 B
/** * 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["de-DE"]=e.fn.multipleSelect.locales.de={formatSelectAll:()=>"[Alle auswählen]",formatAllSelected:()=>"Alle ausgewählt",formatCountSelected:(e,l)=>`${e} von ${l} ausgewählt`,formatNoMatchesFound:()=>"Keine Treffer",formatFilterAll:()=>"Alle",formatFilterSelected:()=>"Ausgewählt",formatFilterUnselected:()=>"Nicht ausgewählt"},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["de-DE"])}));