Zubehör
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: [5.95, 1016.95],
connect: true,
range: {
min: [5.95],
max: [1016.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
Kategorien
- Schutztopf Gelenkwelle Typ 90 Länge 150mm Außendurchmesser 280X200mm Befestigung mit Langloch22,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- BONDIOLI & PAVESI Unfallschutz einseitig S6, S7 Vergl.-Nr.: 5CS6121FXWS268,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Gelenkwellenschutz für AW20/21, 1360mm Unfallschutz Standard84,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Schutztopf Gelenkwelle Typ 100 Länge 235mm Außendurchmesser 370X300mm27,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Walterscheid 195003 Anschlussgabel Vergleichs-Nr.: 195003, 1195003, 21.10.30244,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- BONDIOLI & PAVESI Aufsteckgabel 1 3/8" 6 Zähne S7, H7 Vergleichs-Nr.: 5720H0361118,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Zapfwellenverlängerung für Zapfwelle 1 3/8" 6 Zähne Länge 175 mm41,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Walterscheid 135299 35.83.830+ AS-Gabel für Baureihe W Baugröße 2480336,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- BONDIOLI & PAVESI Aufsteckgabel 1 3/4" 6 Zähne G5, G7/6, S6, S7, H7422,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Nadelhülse INA passend für Gelenkwellenpumpe ML 2019,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Scherbolzenkupplung 1 3/8" 6-teilig AW 20 1.390 Nm91,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle mit Freilauf AW21 LZ 1010mm Profilpaarung G3/G4471,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle 860 - 1.110 mm Baugröße 20 Standard227,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
