Zentrierbohrer für Standardadapter
Filter
Hersteller
- 2
Zentrierbohrer für Standardadapter
- -11% Bosch Zentrierbohrer HSS-G 81 mm UVP 6,60 € Sie sparen: 0,72 € 5,87 €exkl. 19% MwSt. ggfs. zzgl. Versand
- -15% Bosch Zentrierbohrer HSS-G 102 mm UVP 6,91 € Sie sparen: 1,03 € 5,87 €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;
});
});