Kartenhüllen
Sortierung
Produktfilter
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.5, 20.75],
connect: true,
range: {
min: [1.5],
max: [20.75]
}
});
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;
}
});
});
});
Verfügbarkeit
Hersteller
Sprache
ASOIAF Fraktion
Kategorien
Kategorien
- Dragon Shield Dual Matte Eucalyptus Green 100 protective Sleeves12,50 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Dual Matte Lightning Yellow 100 protective Sleeves12,50 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Dual Matte Orchid Purple 100 protective Sleeves11,75 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Brushed Art GoT House Stark 100 protective Sleeves13,90 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Brushed Art GoT House Lannister 100 protective Sleeves14,50 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Brushed Art GoT House Targaryen 100 protective Sleeves14,50 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Brushed Art GoT House Greyjoy 100 protective Sleeves13,90 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 50 Matte Big Square Board Game Sleeves 82x82mm Clear / Lime3,50 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 50 Matte Standard American Sized Boardgame Sleeves 59x91mm Clear / Green3,50 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 50 Matte Mini American Sized Boardgame Sleeves 44x67mm Clear / Yellow3,50 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 50 Matte Standard European Sized Sleeves 62x94mm Clear / Purple3,50 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 90 Matte Dixit / Mysterium Board Game Sleeves 81x122mm Clear / Sand5,25 EUR ** inkl. MwSt. zzgl. Versand
- Gamegenic 50 Matte Standard Card Game Sleeves 66x91mm Clear / Gray3,50 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Japanese Matte Night Blue 60 protective Sleeves6,90 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Matte Non Glare Black Amina 100 protective Sleeves10,90 EUR ** inkl. MwSt. zzgl. Versand
- Precise-Fit Sleeves Side-Loading Standard Transparent (Clear) 1003,75 EUR ** inkl. MwSt. zzgl. Versand
- Dragon Shield Japanese Matte Apple Green 60 protective Sleeves6,90 EUR ** inkl. MwSt. zzgl. Versand