Zubehöre zu Diamantdosensenker M 16
Filter
Hersteller
- 2
Preis
€
€
Werkzeugaufnahme
- 1
Geeignet für
1
Zubehöre zu Diamantdosensenker M 16
-58% Bosch PRO SDS plus Adapter, 105 mm UVP 44,58 € Sie sparen: 25,69 € 18,89 €
inkl. 19% MwSt. ggfs. zzgl. Versand-57% Bosch Adapter 5/8"-16UNF, M 16 5/8"-16UNF UVP 69,28 € Sie sparen: 39,29 € 29,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;
});
});