Neuheiten
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: [11.95, 5737.95],
connect: true,
range: {
min: [11.95],
max: [5737.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
- Elektrische Pendelbürste Midi für Kälber und Ziegen 3340471.674,95 EUR *Lieferzeit: bis zu 10 Tage** inkl. MwSt. zzgl. Versand
- Wasserbett 1,25 x 1,80 m (L x B) 339125405,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Wasserbett 1,15 x 1,80 m (L x B) 339115383,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- PATURA Sicherheitsbox XXL mit P 8000 9003905.737,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Wasserbett 1,20 x 1,80 m (L x B) 339120391,95 EUR *aktuell nicht lieferbar* inkl. MwSt. zzgl. Versand
- Litzenklemme Edelstahl 10 St. 169410 Edelstahl22,95 EUR *Lieferzeit: 1 bis 3 Tage** inkl. MwSt. zzgl. Versand