Handwerkzeug
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: [1.95, 2646.95],
connect: true,
range: {
min: [1.95],
max: [2646.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
- Akku-Fettpressen Adapter passend für 500g Schraubkartusche34,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -20%Heavy Duty Werkzeugkasten 54-teilig
UVP 462,95 EUR371,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -34%Reparatursatz 3/4" Drehmomentschlüssel
UVP 43,95 EUR28,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - Ringmaulschlüssel, abgewinkelt, 17 mm7,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -11%Akku LED-Stabarbeitsleuchte BEX 200
UVP 37,95 EUR33,90 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -3%Profi-Werkzeug-Satz 62-tlg.
UVP 303,95 EUR295,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - Ringmaulschlüssel, abgewinkelt, 13 mm5,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- KS Tools Hakenwerkzeug-Satz 2-teilig O-Ringe Dichtungen Hakenwerkzeug15,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Ringmaulschlüssel, abgewinkelt, 10 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -11%Druckluft Ausblaspistolen-Satz 3-tlg.
UVP 60,95 EUR54,50 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - KS Tools 1/2" Stecknuss für Zündkerzen SW (mm): 21 Länge (mm): 6510,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Bit-Stecknuss Innensechskant, 8 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -32%1/2" Sechskant-Kraft-Stecknuss-Satz 11-tlg.
UVP 87,95 EUR59,80 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/2" 6Kant-Kraft-Stecknuss, kurz, 14mm6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2' 6Kant-Kraft-Stecknuss, kurz, 30mm9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -3%3/4" 6Kant-Kraft-Stecknuss, lang, 27mm
UVP 30,95 EUR29,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/4" Sechskant-Stecknuss, lang, 6 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand

