Optima
Verfügbarkeit
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: [301.95, 434.95],
connect: true,
range: {
min: [301.95],
max: [434.95]
}
});
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;
}
});
});
});
- Batterie YELLOWTOP S 5.5 12 V / 75 Ah (YTS-5.5) 12 Volt, 75 Ah, Kaltstart 975 Vergl.Nr.: 985823, 583758, 523, 0098051187434,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Batterie REDTOP C 4.2 12 V / 50 Ah Vergl.Nr.: 0098001287, 985821, 583741336,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Batterie YELLOWTOP S 4.2 12 V / 55 Ah Batterie Yellow Top YTS-4,2, 12 Volt, 55 Ah, 765 Kaltstartstrom A/EN Vergl.Nr.: 0098012254, 583748, 524, 982924377,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Batterie REDTOP R 4.2 12 V / 50 Ah Vergl.Nr.: 0098003251, 984604, 583743343,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Batterie REDTOP S 4.2 12 V / 50 Ah 12 V, Kaltstartwert: 815 A/EN Vergl.Nr.: 0098002250, 512, 982922, 583742301,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand