Beleuchtung
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, 76.99],
connect: true,
range: {
min: [7.99],
max: [76.99]
}
});
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
Artikelbewertung
Marken
- Busch & Müller 323/8ALTV-02 Dynamo-Rücklicht "Toplight Line brake plus", Bremslicht, Standlicht, 80 mm, schwarz/rot
UVP 46,90 €36,29 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 53234ASK Dynamo-Rücklicht "Toplight Line small", Standlicht, 50 mm, schwarz/transparent
UVP 22,90 €16,99 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 322ALK-02 Dynamo-Rücklicht "Toplight Mini plus", 50/80mm, schwarz/rot
UVP 25,90 €17,99 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 330 ALK Dynamo-Rücklicht "Seculite Plus", Dioden, Standlicht, für Schutzblech, schwarz/rot
UVP 27,90 €19,99 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 321ASK Dynamo,Rücklicht "Toplight View plus", 50/80 mm Variobolzen, schwarz/rot
UVP 21,90 €14,79 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 329ALK-02 Dynamo-Rücklicht "Toplight Flat plus", Standlicht, 50/80mm, schwarz/rot
UVP 15,90 €12,39 € ** inkl. ges. MwSt. zzgl. Versandkosten - Busch & Müller 331ASK-02 Dynamo-Rücklicht "Secula", Standlicht, für Schutzblechbefestigung, schwarz/rot
UVP 23,90 €17,99 € ** inkl. ges. MwSt. zzgl. Versandkosten