Netz Kreis- & Tauchsägen
Filter
Hersteller
- 14
- 19
- 35
- 1
- 2
- 8
- 10
- 5
- 1
Preis
€
€
Spannung
1
Stromversorgung
1
92
Akkuanzahl
- 1
Leistungsaufnahme
- 39
- 33
- 9
Drehzahl regulierbar
- 19
- 18
Max. Drehzahl
- 1
- 1
- 40
- 36
Max. Drehmoment
- 2
max. Scheibendurchmesser
- 1
- 1
Max. Sägeblattdurchmesser
- 37
- 29
- 9
- 5
Max. Schnitttiefe (mm)
19
38
1
2
Aufbewahrungssystem
- 6
- 7
- 2
- 1
- 15
- 15
- 2
FS-Kompatibel
- 21
- 3
Netz Kreis- & Tauchsägen
$(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;
});
});