mirror of
https://github.com/tabler/tabler.git
synced 2025-12-23 10:24:24 +04:00
selectize plugin
This commit is contained in:
11
js/tabler.js
11
js/tabler.js
@@ -148,6 +148,17 @@ $(document).ready(function () {
|
||||
}
|
||||
})();
|
||||
}
|
||||
|
||||
/**
|
||||
* Seelectize plugin
|
||||
*/
|
||||
if(jQuery && jQuery().selectize) {
|
||||
var $elem = $('[data-selectize]');
|
||||
|
||||
if ($elem) {
|
||||
$elem.selectize();
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
window.tabler = tabler;
|
||||
|
||||
Reference in New Issue
Block a user