Speedline Wood für Tischkreissägen
Filter
Hersteller
- 2
Preis
€
€
Max. Drehzahl (Leerlauf)
- 1
- 1
Bohrung Ø
- 2
Speedline Wood für Tischkreissägen
- -56% Bosch Kreissägeblatt Speedline Wood 400 x 30 x 3,5 mm, 36 UVP 81,81 € Sie sparen: 45,68 € 36,13 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -60% Bosch Kreissägeblatt Speedline Wood 250 x 30 x 3,2 mm, 24 UVP 61,59 € Sie sparen: 37,23 € 24,36 €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;
});
});