UNPKG

multiple-select

Version:

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

11 lines (9 loc) 841 B
/** * multiple-select - Multiple select is a jQuery plugin to select multiple elements with checkboxes :). * * @version v2.1.1 * @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["vi-VN"]={formatSelectAll:()=>"[Tất cả]",formatAllSelected:()=>"Chọn tất cả",formatCountSelected:(e,t)=>`Đã chọn ${e} trong ${t}`,formatNoMatchesFound:()=>"Không tìm thấy kết quả."},e.extend(e.fn.multipleSelect.defaults,e.fn.multipleSelect.locales["vi-VN"])}));