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, 4 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Stecknuss für Zündkerzen, 18 mm6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Sechskant-Stecknuss, lang, 22 mm11,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, 29mm
UVP 33,95 EUR32,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/4" Sechskant-Stecknuss, lang, 10 mm5,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/4" Bit-Stecknuss Innensechskant, 7 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Sechskant-Stecknuss, lang, 13 mm8,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Sechskant-Stecknuss, lang, 17 mm10,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -28%Werkstattwagen Ultra komplett inkl. 272 Werkzeuge
UVP 3.672,95 EUR2.646,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - -2%1" Umschaltknarre, 24 Zahn
UVP 109,95 EUR107,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/4" Bit-Adapter-Steckn., mit Spannring5,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 3/8" Sechskant-Stecknuss, lang, 15 mm8,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" Bit-Stecknuss Innen6kant kurz 17mm10,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" 6-Kant-Kraft-Stecknuss, kurz, 13mm6,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- -2%1/2" Umschaltknarre, 72 Zahn
UVP 48,95 EUR47,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand - 1/4" Sechskant-Stecknuss, lang, 4 mm4,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
- 1/2" 6Kant-Kraft-Stecknuss, kurz, 17mm6,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- -5%3/4" 6Kant-Kraft-Stecknuss, lang, 34mm
UVP 39,95 EUR37,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand
