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: [3.95, 652.95],
connect: true,
range: {
min: [3.95],
max: [652.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;
}
});
});
});
- 3/4" Sechskant-Stecknuss, kurz, 27 mm17,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 46 mm29,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -4%3/4" Umschaltknarre, 24 Zahn
UVP 107,95 EUR103,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 3/4" Sechskant-Stecknuss, kurz, 50 mm31,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Bit-Adapter-Stecknuss, 1/2" x 5/16" 38 mm9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 41 mm28,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 30 mm19,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 35 mm21,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Verlängerung, mit Antriebssechskant 100 mm6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Gleitstück/Vergrößerungsadapter 3/8"F x 1/2"M9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Vergrößerungsadapter, 1/4"F x 3/8"M3,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Reduzieradapter, 3/8"F x 1/4"M6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Gleitstück/Reduzieradapter 1/2"F x 3/8"M9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 32 mm19,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4"F Reduzieradapter 3/4"F x 1/2"M17,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Verlängerung mit Antriebs-6-kant 150 mm9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Stecknuss für Zündkerzen, 16 mm7,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/4" Sechskant-Stecknuss, kurz, 38 mm25,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Sechskant-Stecknuss, lang, 13 mm10,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand