Schnellspannbohrfutter
-31% Bosch Schnellspannbohrfutter SUPRA SK 1.5 - 13 E 1,5-13 mm UVP 71,94 € Sie sparen: 21,95 € 49,99 €
inkl. 19% MwSt. ggfs. zzgl. Versand-25% Bosch Schnellspannbohrfutter D= 1,5 - 13 mm; A= 1/2"-20 UVP 30,83 € Sie sparen: 7,84 € 22,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;
});
});