Continental
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: [4.99, 63.39],
connect: true,
range: {
min: [4.99],
max: [63.39]
}
});
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
- Continental 0181281 20" Schlauch "Compact 20 wide", 20x1.90/2.125" (50/62-406), DV 40 mm, schwarz
UVP 8,95 €6,59 € ** inkl. ges. MwSt. zzgl. Versandkosten - Continental 0181211 20" Schlauch "Compact 20", 20x1 1/4-1.75" (32/47-406/451), AV, schwarz
UVP 8,95 €6,39 € ** inkl. ges. MwSt. zzgl. Versandkosten - Continental 0181321 24" Schlauch "Compact 24 wide", 24x1.90/2.125" (50/60-507) AV, schwarz
UVP 8,95 €5,99 € ** inkl. ges. MwSt. zzgl. Versandkosten - Continental 0181271 20" Schlauch "Compact 20 wide", 20x1.90/2.125" (50/62-406), AV, schwarz
UVP 8,95 €6,59 € ** inkl. ges. MwSt. zzgl. Versandkosten - Continental 0181611 26" Schlauch "MTB 26", 26x1.75/2.50" (47/62-559), AV 40 mm, schwarz
UVP 8,95 €6,49 € ** inkl. ges. MwSt. zzgl. Versandkosten