Files
freeu-project/public/assets/js/custom/documentation/forms/bootstrap-select.js
Ritikesh yadav c661166e1d first commit
2024-03-28 14:52:40 +05:30

1 line
213 B
JavaScript

"use strict";var KTFormsBootstrapSelect={init:function(){document.querySelectorAll(".bootstrap-select").forEach((t=>{$(t).selectpicker()}))}};KTUtil.onDOMContentLoaded((function(){KTFormsBootstrapSelect.init()}));