Schlauchhaspeln
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: [418.95, 785.95],
connect: true,
range: {
min: [418.95],
max: [785.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;
}
});
});
});
Kategorien
- Schlauchhaspel automatisch für Diesel incl. 8 m Schlauch ¾“553,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel autom. f. Harnstoff (AUS 32, AdBlue für max. 8 m Schlauch ¾" (OHNE Schlauch)464,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel automatisch für Diesel für max. 8 m Schlauch ¾" (ohne Schlauch)418,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel autom. f.Harnstoff (AUS 32,AdBlue) inkl. 15 m EPDM Schlauch ¾"785,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel autom. f. Harnstoff (AUS 32,AdBlue) incl. 8 m EPDM Schlauch ¾“567,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel automatisch für Diesel f. max. 10 m Schlauch 1" (ohne Schlauch)559,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schlauchhaspel automatisch für Diesel f. max. 14 m Schlauch ¾“ (ohne Schlauch)529,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
