Baumaschinen & Ersatzteile
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: [3.95, 4608.95],
connect: true,
range: {
min: [3.95],
max: [4608.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;
}
});
});
});
Hersteller
- NeuheitKlac industrie Adapterplatte KS Vergleichsnummer: KC01B359,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- NeuheitKlac Industrie Adapterplatte KS Modell: D417,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- NeuheitKlac Industrie Entriegelungsschlüssel passend für: Modul C / Modul 074,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- NeuheitKlac Industrie Adapterplatte Alternatik (AK) Modell: 0423,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- NeuheitKlac Industrie Entriegelungsschlüssel Modul D / Modul 1118,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Wellenrohmaterial 42CRMo4 Stahl Geschält und geschliffen auf H9-Toleranz DM 40mm79,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Zahn Minibagger des Lehnhoff-Zahnsystem Vergleichs-Nr.: 411 F18,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Vulkollanmatte passt für Wacker DPS 1850/2050/2350 Breite 500mm Rüttlerunterlage597,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Vulkollanmatte passt für Wacker DPU 2550/3050 Breite 500mm Rüttlerunterlage475,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Vulkollanmatte passt für Ammann AVP/APF1240 Breite 400mm Rüttlerunterlage339,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Zahnsicherungsbolzen Vergleichs-Nr.: 9J-2258, 8E-6258, 132-47634,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Zahn Long Tip Baugröße J200 L-Zahn System Caterpillar Vergleichs-Nr.: 1U-320210,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- NeuheitVergaser passend für Wacker Motoren123,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Hatz Startschnur für Typen 1 B20 / 1 B30 / 1 B40(2) Vergleichsnummer 0192900024,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand

