Säbelsägeblätter - Flexible for Wood and Metal (1)
Filter
Säbelsägeblätter - Flexible for Wood and Metal (1)
- -62% Säbelsägeblatt S 511 DF, Flexible for Wood and Metal, 5er-Pack UVP 24,57 € Sie sparen: 15,34 € 9,24 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -61% Bosch Säbelsägeblatt S 511 DF Flexible for Wood and Metal UVP 11,79 € Sie sparen: 7,18 € 4,61 €exkl. 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;
});
});