Schaufeln
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: [1267.95, 6130.95],
connect: true,
range: {
min: [1267.95],
max: [6130.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
- NeuheitLeichtgutschaufel LG19 Breite 1900mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 19001.937,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG17 Breite 1700mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 17001.869,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG13 Breite 1300mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 13001.587,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG09 Breite 900mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 9001.450,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG20 Breite 2000mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 20002.006,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG24 Breite 2400mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 24002.271,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG15 Breite 1500mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 15001.668,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG11 Breite 1100mm VLS Compact VARIOLOCk, Aufnahme: VLS Compact Variolock, Breite (mm): 11001.519,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand
- NeuheitLeichtgutschaufel LG22 Breite 2200mm VLS Compact VARIOLOCK, Aufnahme: VLS Compact Variolock, Breite (mm): 22002.150,95 € *Lieferzeit: bis zu 4 Wochen** inkl. MwSt. zzgl. Versand

