1
0
mirror of https://github.com/tabler/tabler.git synced 2025-12-26 11:16:12 +04:00
Files
tabler/demo/dist/js/tabler-range-sliders.min.js
2020-01-30 00:05:03 +01:00

7 lines
451 B
JavaScript

/*!
* Tabler v1.0.0-alpha.2 (https://tabler.io)
* Copyright 2018-2020 codecalm
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
*/'use strict';$(document).ready(function(){for(var a=document.querySelectorAll("[demo-slider]"),b=function(b){window[a[b].getAttribute("demo-slider")].on("update",function(c){a[b].innerHTML=c.join(" | ")})},c=0;c<a.length;c++)b(c)});
//# sourceMappingURL=tabler-range-sliders.min.js.map