Marken

Logo der Marke tomBrook
Logo der Marke modAS
Logo der Marke Dry Fashion
Logo der Marke Coastguard
Logo der Marke Bockstiegel
Logo der Marke Leitfeuer
Logo der Marke Crossfield
Logo der Marke Salzhaut
Logo der Marke Baumfuchs
Logo der Marke Blue Wave
Logo der Marke Leoberg
Logo der Marke Blue Flame
Logo der Marke tomBrook
Logo der Marke modAS
Logo der Marke Dry Fashion
Logo der Marke Coastguard
Logo der Marke Bockstiegel
Logo der Marke Leitfeuer
Logo der Marke Crossfield
Logo der Marke Salzhaut
Logo der Marke Baumfuchs
Logo der Marke Blue Wave
Logo der Marke Leoberg
Logo der Marke Blue Flame
Produkttyp
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
Größe
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
Kinder Größen
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
Grundfarbe
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
Optik
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
Marke
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();
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: [5.95, 179.95], connect: true, range: { min: [5.95], max: [179.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; } }); }); });
var $rows = $('.widget-filter-base .card-columns'); $rows.first().append($rows.not(':first').children()) $rows.not(':first').remove();