Skidplates
Kategorien
Preis
€
―
€
"use strict";
var keypressSlider = document.querySelector(".slider-keypress");
var input0 = document.querySelector(".input-with-keypress-0");
var input1 = document.querySelector(".input-with-keypress-1");
var inputs = [input0, input1];
noUiSlider.create(keypressSlider, {
start: [7.99, 21.49],
connect: true,
range: {
min: [7.99],
max: [21.49]
}
});
keypressSlider.noUiSlider.on("update", function(values, handle) {
inputs[handle].value = values[handle];
function setSliderHandle(i, value) {
var r = [null, null];
r[i] = value;
keypressSlider.noUiSlider.set(r);
}
inputs.forEach(function(input, handle) {
input.addEventListener("change", function() {
setSliderHandle(handle, this.value);
});
input.addEventListener("keydown", function(e) {
var values = keypressSlider.noUiSlider.get();
var value = Number(values[handle]);
var steps = keypressSlider.noUiSlider.steps();
var step = steps[handle];
var position;
switch (e.which) {
case 13: setSliderHandle(handle, this.value); break;
case 38: position = step[1]; if (position === false) { position = 1; } if (position !== null) {setSliderHandle(handle, value + position); } break;
case 40: position = step[0]; if (position === false) { position = 1; } if (position !== null) { setSliderHandle(handle, value - position); } break;
}
});
});
});
Farbe
Verfügbarkeit
Marken
- HAIBIKE HCESA Skidplate E-Bike Xduro YS9275,Bosch CX 2016, weiß/matt
UVP 39,95 €21,49 € ** inkl. ges. MwSt. zzgl. Versandkosten - HAIBIKE HAEA-DCP Skidplate E-Bike Xduro Race S RX YS9275,Bosch GEN2 2016, weiß/matt
UVP 31,95 €17,49 € ** inkl. ges. MwSt. zzgl. Versandkosten - HAIBIKE HAEA-DCP YS701 Glossy Skidplate E-Bike Xduro weiß glanz YS701,Bosch Perfm 2014+15, weiß/glanz
UVP 31,95 €10,29 € ** inkl. ges. MwSt. zzgl. Versandkosten - HAIBIKE Skidplate E-Bike Sduro Hard 7 RX petrol matt YS7337,Yamaha Mittelmtr 2016, petrol
UVP 31,95 €7,99 € ** inkl. ges. MwSt. zzgl. Versandkosten - HAIBIKE HAEA-DCP Skidplate E-Bike Xduro RceSPro,UrbanS RX TC627,Bosch Gen2 2016, anthrazit/matt
UVP 31,95 €8,99 € ** inkl. ges. MwSt. zzgl. Versandkosten