Zubehör für Bosch-Nager
- -32% Bosch Spezialmatrize und Stempel GNA 2,0 UVP 155,37 € Sie sparen: 49,38 € 105,99 €inkl. 19% MwSt. ggfs. zzgl. Versand
- -35% Bosch Universalschneidöl 100ml UVP 18,49 € Sie sparen: 6,50 € 11,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;
});
});