Файловый менеджер - Редактировать - /home/clickysoft/public_html/calvary-p2.clickysoft.net/public/assets/admin/js/forms-selects.js
Назад
/** * Selects & Tags */ 'use strict'; $(function () { const selectPicker = $('.selectpicker'), select2 = $('.select2'), select2Icons = $('.select2-icons'); // Bootstrap Select // -------------------------------------------------------------------- if (selectPicker.length) { selectPicker.selectpicker(); } // Select2 // -------------------------------------------------------------------- // Default if (select2.length) { select2.each(function () { var $this = $(this); $this.wrap('<div class="position-relative"></div>').select2({ placeholder: 'Select value', dropdownParent: $this.parent() }); }); } // Select2 Icons if (select2Icons.length) { // custom template to render icons function renderIcons(option) { if (!option.id) { return option.text; } var $icon = "<i class='bx bxl-" + $(option.element).data('icon') + " me-2'></i>" + option.text; return $icon; } select2Icons.wrap('<div class="position-relative"></div>').select2({ templateResult: renderIcons, templateSelection: renderIcons, escapeMarkup: function (es) { return es; } }); } });
| ver. 1.4 |
Github
|
.
| PHP 8.1.29 | Генерация страницы: 0 |
proxy
|
phpinfo
|
Настройка