Schläuche
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.59, 7.69],
connect: true,
range: {
min: [4.59],
max: [7.69]
}
});
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;
}
});
});
});
Verfügbarkeit
Marken
- XLC 120-D32 12" Schlauch, 12 1/2x2 1/4" (47/62-203), DV 32 mm, schwarz
UVP 7,00 €4,59 € ** inkl. ges. MwSt. zzgl. Versandkosten - Schwalbe 10400090.01 27.5/29" Schlauch "AV 19" in Folie, 27.5/29x1.50-2.40" (40/62-584/635), AV 40mm, schwarz
UVP 8,90 €6,69 € ** inkl. ges. MwSt. zzgl. Versandkosten - GAADI 5 10317009 111 26" Schlauch 40/47-559, SV 47mm, schwarz
UVP 10,99 €7,69 € ** inkl. ges. MwSt. zzgl. Versandkosten - Michelin Schlauch C4 Airstop 26x1.85-2.40 47/61-559 AV 48 mm
UVP 8,95 €6,59 € ** inkl. ges. MwSt. zzgl. Versandkosten