mirror of
https://github.com/tabler/tabler.git
synced 2025-12-22 01:44:25 +04:00
nouislider added
This commit is contained in:
14
js/tabler.js
14
js/tabler.js
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user