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, 2773.95],
connect: true,
range: {
min: [1.95],
max: [2773.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
- 1/4'' Bit-Stecknuss Innensechskant,5/32"4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- VPE10 1/4" Bit 25mm, Innensechskant 5 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage*10 Stück | 0,50 EUR / Stück* inkl. MwSt. zzgl. Versand
- HeavyGrip Winkelstiftschlüssel 1,5 mm2,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- VPE10 1/4" Bit 75mm, Schlitz 6,5 mm9,95 EUR *Lieferzeit: 1 bis 3 Tage*10 Stück | 1,00 EUR / Stück* inkl. MwSt. zzgl. Versand
- -4%Einlagen-Set Schraubendreher und Hammer 10-tlg.
UVP 204,95 EUR195,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -26%Werkstattwagen Dynamic Technic bestückt, 242-tlg.
UVP 2.422,95 EUR1.782,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - Ringmaulschlüssel, 3/4" abgewinkelt9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4'' Sechskant-Stecknuss, lang, 11/32"6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- VPE10 1/4" Bit 25mm, T274,95 EUR *Lieferzeit: 1 bis 3 Tage*10 Stück | 0,50 EUR / Stück* inkl. MwSt. zzgl. Versand
- HeavyGrip Winkelstiftschlüssel 8 mm7,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- Ringmaulschlüssel, 7/16" abgewinkelt5,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8'' Sechskant-Stecknuss, lang 15/32"9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- VPE10 1/4" Bit 75mm, PZ 19,95 EUR *Lieferzeit: 1 bis 3 Tage*10 Stück | 1,00 EUR / Stück* inkl. MwSt. zzgl. Versand
- HeavyGrip Winkelstiftschlüssel 6 mm6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -5%Einlagen-Set Schraubendreher 36-tlg.
UVP 220,95 EUR210,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - Ringmaulschlüssel, 1/4" abgewinkelt4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4'' Sechskant-Stecknuss, lang, 3/16"6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8'' Sechskant-Stecknuss, lang 3/8"8,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- HeavyGrip Winkelstiftschlüssel 10 mm10,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -14%Werkstattwagen Performance Start bestückt, 133-tlg.
UVP 1.410,95 EUR1.211,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - Ringmaulschlüssel, 9/16" abgewinkelt7,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4'' Sechskant-Stecknuss, lang, 5/16"6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8'' Sechskant-Stecknuss, lang 9/16"9,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
