Weasler
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: [4.95, 586.95],
connect: true,
range: {
min: [4.95],
max: [586.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
- AGDRIVE Aufsteckgabel Ausführung 1 3/8" (Zoll) - 6-teilig AW35 mit Schiebestift51,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle 560 mm Baugröße 21 maximale Kraft 3400 Nm276,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Weasler Gelenkwelle 1.360 - 1.970mm Baugröße 20 Innen 34,5 mm367,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Kreuzgarnitur Größe 32,0 X 76,0 mm für Standardgelenkwellen36,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle mit Freilauf 860mm Baugröße 35 rechtsdrehend521,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Freilauf 1 3/8" (6-teilig) Ausführung 157 mm RE passend für W2400291,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Lagerungssatz für Gelenkwellenschutze Zitronenprofilrohre28,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Sperrclip für Easy-Lock System Baugröße 10 130012344,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle 860 - 1110 mm Baugröße 21 G3/G4 1 3/8" 6 Zähne290,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Lagersatz Lagerungssatz F21 AW21 mit Ø 50 mm Clip25,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle mit Freilauf AW21 LZ 1010mm Profilpaarung G3/G4476,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle 1.010 - 1.415mm Baugröße 35 Standard443,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Kreuzgelenk Größe 27,0 x 74,6 mm für AW21 Gelenkwelle AGDRIVE25,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Scherbolzenkupplung 1 3/8" 6-teilig AW 20 1.390 Nm98,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Weasler Profilgabel Rillengabel Profilrohr G6 Baugröße F24 AW35 AW35S56,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle 860 - 1.110 mm Baugröße 20 Standard284,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Gelenkwelle 2400 AW35 1010mm 1 3/8" mit Freilauf rechtsdrehend586,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- AGDRIVE Weasler Gelenkwelle LZ 1.210 Baugröße AW10 F21 AW10S Standardausführung282,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand