• Online only
Forks 65650525220 50 52 522 0 agtech
  • Forks 65650525220 50 52 522 0 agtech
  • Forks 65650525220 50 52 522 0 agtech
  • Forks 65650525220 50 52 522 0 agtech

Forks 65650525220 50 52 522 0 agtech

15014017118757
Agtech
£45.83
Quantity
5 Items

Description
Widelki 65650525220 50.52 .522.0 AGTECH Forks 65650525220 50.52.522.0 AGTECH <, QUALITY IS PROVIDED BY GRANITE PARTS GERMANY<p><p/> Brand: AGTECH / GRANIT PARTS GERMANY<p><p/> Article number: 65650525220<p><p/> Reference number: 50.52.522.0<p><p/> <img class= t.classList.toggle('selected', i === idx)); // read correct data-attribute const newSrc = thumbnails[idx].getAttribute('data-image-large-src'); mainImage.src = newSrc; currentIndex = idx; } // 3) left arrow click arrowLeft?.addEventListener('click', () => { const prev = (currentIndex - 1 + thumbnails.length) % thumbnails.length; updateMainImage(prev); }); // 4) right arrow click arrowRight?.addEventListener('click', () => { const next = (currentIndex + 1) % thumbnails.length; updateMainImage(next); }); // 5) Left/Right key on the keyboard document.addEventListener('keydown', (event) => { if (event.key === 'ArrowLeft') { const prevKey = (currentIndex === 0) ? thumbnails.length - 1 : currentIndex - 1; updateMainImage(prevKey); } else if (event.key === 'ArrowRight') { const nextKey = (currentIndex === thumbnails.length - 1) ? 0 : currentIndex + 1; updateMainImage(nextKey); } }); // 6) initialize first image updateMainImage(0); })();