Bohrhalter für Bohrer
Filter
Hersteller
- 1
Werkzeugaufnahme
- 1
- 1
Bohrhalter für Bohrer
- -42% Bosch Bohrhalter für Bohrer SDS-max, SDS-plus UVP 104,70 € Sie sparen: 43,71 € 60,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;
});
});