1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-22 01:44:25 +04:00

nouislider added

This commit is contained in:
Dawid
2019-12-12 08:19:43 +01:00
parent 13cde08e3a
commit f37388d8be
4 changed files with 30 additions and 2 deletions

View File

@@ -118,6 +118,20 @@ $(document).ready(function() {
// $('[data-toggle="tooltip"]').tooltip();
// $('[data-toggle="popover"]').popover();
/* NoUiSlider */
if(window.noUiSlider){
let boi = document.getElementById("slider");
noUiSlider.create(boi,{
start: [20, 80],
connect: true,
range: {
'min': 0,
'max': 100
}
});
}
/*
Autosize plugin
*/