Steckschlüssel und 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: [2.95, 531.95],
connect: true,
range: {
min: [2.95],
max: [531.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;
}
});
});
});
- 1/4'' Bit-Stecknuss Innensechskant,1/4"3,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Bit-Adapter-Stecknuss, 3/8" x 5/16" 28 mm7,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Bit-Stecknuss Innensechskant, 3 mm3,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -8%Reparatursatz 1/2" Knarre
UVP 12,95 EUR11,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -18%3/4" Steckschlüssel-Satz 19-tlg.
UVP 302,95 EUR248,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -5%1/2" Steckschlüssel-Satz 20-tlg.
UVP 114,95 EUR108,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/4" Sechskant-Stecknuss, lang, 10 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Bit-Stecknuss Innensechskant, 4 mm3,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