Adapter für Diamantbohrkronen
Filter
Hersteller
- 2
Preis
€
€
Werkzeugaufnahme
- 1
Adapter für Diamantbohrkronen
- -37% Bosch Adapter für Diamantbohrkronen SDS plus, G 1/2" UVP 33,33 € Sie sparen: 12,33 € 21,00 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -42% Bosch Adapter für Diamantbohrkronen 5/8" 16 UNF, 1 1/4" UNC UVP 65,55 € Sie sparen: 27,74 € 37,81 €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;
});
});