Christmas Shopping Time
Filter
Hersteller
- 1
- 2
- 2
- 1
- 6
- 1
- 6
- 3
- 86
- 2
- 79
- 2
- 1
- 3
- 34
- 4
- 14
- 1
- 17
- 3
- 2
- 1
- 2
- 1
- 1
- 3
- 1
- 5
- 5
- 1
- 8
- 34
- 86
- 77
- 4
- 2
- 3
- 6
- 6
- 6
- 1
- 1
- 15
- 4
- 11
- 1
- 6
- 1
Preis
€
€
ProDeal
15
Akkuanzahl
- 33
- 1
- 62
- 11
- 3
- 123
Akkuspannung
- 3
- 4
- 2
- 5
- 1
- 45
- 4
- 2
- 182
- 7
- 3
- 13
Aufbewahrungssystem
- 1
- 4
- 2
- 36
- 17
- 2
- 36
- 30
- 5
- 4
- 2
- 9
- 6
- 64
- 1
- 17
Max. Scheibendurchmesser
- 1
- 1
- 25
- 8
- 1
- 2
Max. Drehzahl (Leerlauf)
- 9
- 44
- 24
- 15
- 10
- 8
- 6
- 11
- 7
- 10
- 5
- 1
- 2
- 2
Max. Drehmoment (Nm)
- 3
- 13
- 15
- 6
- 7
- 1
- 6
- 2
- 2
- 3
- 1
Max. Bohrfutterspannweite
- 10
- 35
Max. Bohrdurchmesser Beton
- 2
- 10
- 10
- 1
Werkzeugaufnahme
- 1
- 17
- 25
- 3
- 1
- 1
- 1
- 6
- 1
- 4
- 6
- 1
- 11
- 38
- 3
- 22
- 10
- 3
- 4
- 1
- 1
- 7
- 1
- 2
- 1
Max. Bohrdurchmesser Holz
- 3
- 6
- 15
- 20
- 13
- 4
- 1
Max. Bohrdurchmesser Hohlbohrkronen
- 5
- 1
Max. Schraubdurchmesser
- 2
- 1
- 3
Lautstärke/Schalldruckpegel
- 13
- 24
- 22
Leistungsaufnahme
- 1
- 7
- 1
- 1
- 13
- 1
- 1
- 24
- 4
- 6
Max. Schlagzahl bei Nenndrehzahl
- 4
- 9
- 10
- 4
- 1
- 6
- 3
- 2
- 1
Max. Schlagenergie
- 2
- 7
- 1
- 1
- 1
Drehzahl regulierbar
- 86
- 32
Bohrung Ø
- 5
- 5
- 7
Kabellänge
- 1
- 8
- 6
- 1
- 9
- 3
- 2
- 2
- 1
Geeignet für
3
1
Abschaltautomatik
1
Akkukapazität
- 2
- 22
- 2
- 11
- 21
- 28
- 3
- 1
- 2
- 1
- 5
Gewicht mit Akku
1
1
1
1
1
1
- 1
Gewicht ohne Akku
2
1
1
1
1
1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 3
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 2
- 1
- 1
- 1
- 2
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
- 1
Christmas Shopping Time
$(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;
});
});