Kupplungsstecker
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, 521.95],
connect: true,
range: {
min: [5.95],
max: [521.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
- KENNFIXX Haftpunktbogen Aufkleberpunkte plus + / minus - 18 Stück für Handgriffe23,95 EUR *Lieferzeit: 1 bis 3 Tage*18 Stück | 1,33 EUR / Stück* inkl. MwSt. zzgl. Versand
- KENNFIXX Display Box 8 Stück Hydraulik-Steckergriffstück mit Kennzeichnung350,95 EUR *aktuell nicht lieferbar8 Stück | 43,87 EUR / Stück* inkl. MwSt. zzgl. Versand
- Fast Grip mit BG 3 Stecker Anschlussgewinde G 1/2" Innengewinde NV 12 GADS M19,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- KENNFIXX Griffstück BG3 Hydraulik Schlauchkennzeichnung einfache Montage Farbe:Rot,Aufdruck:-, Aufdruck: -, Farbe: Rot50,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Fast Grip mit BG 3 Stecker M22 x 1.5 (15L) Vergleichs-Nr.: CNV082/2215MFG18,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Fast Grip mit BG 3 Stecker M18 x 1.5 (12L) 300 bar l/min: 7521,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Faster Kupplungsstecker 3P208G-2-12-G MC Nennweite DN12 Anschlussgewinde 1/2"311,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3P508G412GMC Multi-Stecker DN12 4x1/2" BSP Schnellkuppler mit O-Ring486,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Hydraulikdose Hydraulikmuffe für Steckkupplung NW 13/15 mit Schottverschraubung8,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Hydraulikdose Hydraulikmuffe Dose für Steckkupplung - 1/2" IG16,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Hydraulikdose Hydraulikmuffe Dose für Steckkupplung - NW 10 / 1212,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Hydraulikstecker Hydraulikmuffe für Steckkupplung Stecker - NW 08 / 106,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Flachkupplungsmuffe Heavy Duty DN12 BG3 1/2"34,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schraubkupplung Loshälfte KL 12L DN12-BG3 M18x1,517,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Flachkupplungsmuffe Heavy Duty DN10 BG2 1/2"27,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Schraubkupplung Festhälfte KF 12L DN12-BG3 M18x1,516,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Flachkupplungsstecker Heavy Duty DN12 BG3 1/2"13,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Flachkupplungsstecker Heavy Duty DN10 BG2 1/2"13,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Artikelpaket[Paket] Flachkupplungsstecker Set DN12 BG3 1/2" mit 12L Adapter M18x1,514,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Artikelpaket[Paket] Flachkupplungsmuffe Set DN10 BG2 1/2" mit 12L Adapter M18x1,529,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand