Holzdübel-Sets
- -29% Bosch 32tlg. Holzdübel-Set 6 mm, 30 mm UVP 8,32 € Sie sparen: 2,45 € 5,87 €exkl. 19% MwSt. ggfs. zzgl. Versand
- Bosch 32tlg. Holzdübel-Set 8 mm, 40 mm UVP 9,33 € 9,24 €exkl. 19% MwSt. ggfs. zzgl. Versand
- Bosch 27tlg. Holzdübel-Set 10 mm, 40 mm UVP 11,16 € 10,92 €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;
});
});