1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-23 10:24:24 +04:00

selectize plugin

This commit is contained in:
chomik
2019-06-02 19:11:59 +02:00
parent 966c333830
commit e3a57afef6
7 changed files with 349 additions and 2 deletions

View File

@@ -148,6 +148,17 @@ $(document).ready(function () {
}
})();
}
/**
* Seelectize plugin
*/
if(jQuery && jQuery().selectize) {
var $elem = $('[data-selectize]');
if ($elem) {
$elem.selectize();
}
}
});
window.tabler = tabler;