Wasserausbringung
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, 2176.95],
connect: true,
range: {
min: [4.95],
max: [2176.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
- IBC Adapterset Gewinde S60x6 x 1" AG mit Schlauchtülle und Klauenkupplung37,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Tankverbindungsverlängerungsschlauch S60x6 mit Schlauchtüllen54,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Adapterset 1" IG mit drei Schlauchtüllen Gewinde S60x654,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Einlassdeckelfilter 150mm inkl. Deckelfilter und HT-Bogen 70mm65,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Adapterset 2" IG mit drei Reduziernippel Gewinde S60x653,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Adapterset Gewinde S60x6 mit PE Kugelhahn Winkel und Klauenkupplung68,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Adapter lang "Profi" mit Dichtung S60x6 inkl. Messing Kugelhahn 3/4"48,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Auslauftülle passend für IBC mit Überwurfmutter und Dichtung S60x6 2-teilig11,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Adapter kurz mit Klauenkupplung Gewinde S60x6 GEKA kompatibel16,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Verschlussdeckel Gewinde S60x6 IBC Auslass-Adapter Zubehör7,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Tankverbindung Gewinde S60x6 mit Schlauch Länge 1200mm Ø32mm110,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- IBC Einlassdeckel-SET 1" 150mm Tankdeckel mit Schlauchanschluss67,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Schlauchgießgerät Comfort Länge 600mm mit Kugelventil vor Griffstück86,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Schlauchbrücke verschiedene Ausführungen max. Traglast 2000 kg Ausführung:oben offen, Ausführung: oben offen148,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
