$(document).ready(function() {
$('.thumbs').on('click', '.remaining:not(".open-video")', function(event) {
event.preventDefault();
setTimeout(function () {
MagicZoom.expand('zoom');
}, 300);
setTimeout(function () {
MagicZoom.switchTo('zoom',8);
}, 1000);
});
});
Produkteigenschaften:
Zwei verschiedene Einschalter für mehr Flexibilität im Handling
Sehr handlich und leicht für optimale Flexibilität im Einsatz
Verstellbarer Führungsschuh zur optimalen Ausnutzung des Sägeblatts
Werkzeugloser Blattwechsel
Stufenlos regelbare Hubzahl über den Schalter
Mit leuchtstarker LED
Mit Überlastschutz
Technische Daten:
Leerlaufhubzahl0 - 3.300 min-1
Schnittleistung (Holz)50 mm
Schnittleistung (Rohre Ø)50 mm
Hubhöhe13 mm
AkkuCXT 10,8 V / 12 V max
Gewicht lt. EPTA1,5 kg
Maße (L x B x H)376 x 66 x 186 mm
Schalldruckpegel78 dB(A)
K-Wert Vibration1,5 m/s²
K-Wert Geräusch3 dB(A)
Lieferumfang:
1x Makita Akku-Reciprosäge 10,8 V JR103DZ (ohne Akku, ohne Lader)
1x Sägeblatt
- Hersteller
- Makita Werkzeug GmbH
-
Makita-Platz 1,
40885 Ratingen,
Deutschland
- www.makita.de
Makita Akku-Reciprosäge 10,8 V JR103DZ ohne Akku ohne Lader im Karton
- Artikel-Nr.: JR103DZ
- EAN: 0088381800754
- Hersteller: MAKITA

const observer = new MutationObserver(() => {
const el = document.getElementById("delivery-date-template");
if (el) {
el.innerHTML = el.innerHTML.replace(
"Lieferung:",
"Lieferung:"
);
observer.disconnect();
clearTimeout(timeoutId);
}
});
observer.observe(document.body, { childList: true, subtree: true });
const timeoutId = setTimeout(() => observer.disconnect(), 2000);
DHL Paket
if(!document.getElementById('paypal-smart-payment-script'))
{
var script = document.createElement("script");
script.type = "module";
script.id = "paypal-smart-payment-script";
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "ef120738a23b4110371b0a8dfe4b1048");
document.body.appendChild(script);
} else {
var script = document.getElementById('paypal-smart-payment-script');
script.src = "https://cdn02.plentymarkets.com/qddd911h1zyd/plugin/118/paypal/js/smartPaymentScript.min.js";
script.setAttribute("data-client-id", "AfslQana4f4CQjHvRBnUc6vBJg5jgJuZFwM-SbrTiGKUAqB7MrxQv3QWFdQ6U1h7ogMDokT1DNBzRxMw");
script.setAttribute("data-user-id-token", "");
script.setAttribute("data-merchant-id", "9NUA4DV8EVBB8");
script.setAttribute("data-currency", "EUR");
script.setAttribute("data-append-trailing-slash", "");
script.setAttribute("data-locale", "de_DE");
script.setAttribute("sandbox", "");
script.setAttribute("googlePayComponent", 0);
script.setAttribute("applePayComponent", 0);
script.setAttribute("logToken", "ef120738a23b4110371b0a8dfe4b1048");
}

- Versandkostenfreie Lieferung in DE ab 100€
- Kostenloser Rückversand
- EXPRESS mit UPS NEXT DAY möglich Bei Bestellung mit Zahlungseingang vor 12 Uhr, Aufpreis: 9,99€ (Zustellung Mo.-Fr.)
Zuletzt angesehen
Makita Akku-Staubsauger 18V DCL182Z Solo Version ohne Akku ohne Lader im Karton 52,99 €
Makita Akku-Schlagschrauber DTD172RTJ, 18V 2x 5,0 Ah und Ladegerät im MAKPAC 345,99 €
Makita Stemmhammer Meisselhammer HM1214C SDS-Max 1510W im Set im Transportkoffer 689,99 €
Makita Akku-Winkelbohrmaschine DDA350Z 18V ohne Akku und Ladegerät im Karton 145,99 €
Makita Akku-Pendelhubstichsäge 12V JV102DSMJ 2x 4,0 Ah + Lader im MAKPAC Gr. 1 244,99 €
Makita Akku-Kettensäge DUC307ZX2, 18V, 30 cm ohne Akku und Ladegerät 234,99 €
Makita Akku-Radio mit Laterne DMR056 ohne Akku und Ladegerät 116,99 €
Makita Akku-Glas und Fliesenschneider CC301DSMJ 12V 2x4.0Ah Akkus, Lader, MAKPAC 249,99 €
Makita Akku-Schlagschrauber DTD172Z, 18V ohne Akku und Ladegerät im Karton 149,99 €
$(document).ready(function() {
setTimeout(function () {
if (
window.innerWidth < 1200 &&
$('#m1').length &&
$('#mM').length &&
$('#m1').is(':empty')
) {
$('#mM').appendTo('#m1');
}
}, 1000);
$( window ).resize(function() {
if ($(window).outerWidth() < 1200 ) {
$('#mM').appendTo('#m1');
} else {
$('#mM').appendTo('#m2');
}
});
});
$(function () {
const $links = $('.anchors a');
const nav = document.querySelector('.anchors');
function updateActiveLink() {
const scrollTop = $(document).scrollTop();
$links.each(function (i, link) {
const targetId = $(link).attr('href');
const $target = $(targetId);
if (!$target.length) return;
const top = $target.offset().top;
let bottom;
if (i < $links.length - 1) {
const nextLinkHref = $($links[i + 1]).attr('href');
const $nextTarget = $(nextLinkHref);
bottom = $nextTarget.length ? $nextTarget.offset().top : $(document).height();
} else {
bottom = $(document).height();
}
if (scrollTop >= top - 120 && scrollTop < bottom - 120) {
$links.removeClass('active');
$(link).addClass('active');
scrollNavToLink(link);
return false; // break .each()
}
});
}
function scrollNavToLink(link) {
if (!nav) return;
const linkLeft = link.offsetLeft;
const linkWidth = link.offsetWidth;
const navWidth = nav.offsetWidth;
const scrollTo = linkLeft - (navWidth / 2) + (linkWidth / 2);
nav.scrollTo({ left: scrollTo, behavior: 'smooth' });
}
let scrollTimer;
$(document).on('scroll', function () {
updateActiveLink(); // run immediately
clearTimeout(scrollTimer);
scrollTimer = setTimeout(updateActiveLink, 100); // trailing update
});
updateActiveLink(); // on load
});