Schlauchmuffen für Schläuche
Filter
Hersteller
- 2
Preis
€
€
Schlauchmuffen für Schläuche
- -39% Bosch Schlauchmuffe 35 mm UVP 31,18 € Sie sparen: 12,19 € 18,99 €inkl. 19% MwSt. ggfs. zzgl. Versand
- -40% Bosch Werkzeugmuffe 22 mm, 35 mm, für GAS 35-55 UVP 43,17 € Sie sparen: 17,18 € 25,99 €inkl. 19% MwSt. ggfs. zzgl. Versand
$(document).ready(function() {
var $wrapper = $('.step-by-step');
$wrapper.find('a').sort(function (a, b) {
return +a.dataset.order - +b.dataset.order;
}).appendTo( $wrapper );
$wrapper.removeClass('loading');
$('#showMore').on('click', function() {
$(this).remove();
$wrapper.find('a:hidden').css('display','flex');
});
$('.pdeal').on('click', function(event) {
event.preventDefault();
var href = $(this).attr('data-href');
console.log(href);
window.location.href = href;
});
});