HP Mouse me wireless & Bluetooth FM530A

Përshkrim

⚙️ Specifikat kryesore:

  • Marka: HP
  • Modeli: FM530A
  • Lidhja: Bluetooth + Wireless USB (2.4GHz)
  • DPI: 800 / 1200 / 1600 DPI (e rregullueshme)
  • Distanca e punës: deri në 10 metra
  • Sensor: Optical
  • Butona: 3 (majtas, djathtas, scroll)
  • Bateria: 1x AA
  • Përdorimi: zyrë, shtëpi, laptop, PC

Informacion shtesë

Brand

Kategorite

Reviews

There are no reviews yet.

Be the first to review “HP Mouse me wireless & Bluetooth FM530A”

Adresa juaj email s’do të bëhet publike. Fushat e domosdoshme janë shënuar me një *

Log in

You dont have an account yet? Register Now

1
    1
    Shporta e juaj!
    Braun SI 1019 RD Hekur
    Braun SI 1019 RD Hekur
    Qty: 1
    Price: Çmimi origjinal qe: €39.90.Çmimi i tanishëm është: €14.90.
    Save 25.00
    14.90

    Select at least 2 products
    to compare

    document.addEventListener("DOMContentLoaded", function () { let page = 1; let loading = false; let finished = false; const btn = document.getElementById("bt-load-more"); const container = document.getElementById("bt-products"); if (!btn || !container) return; // kjo e shpëton nga error function loadProducts() { if (loading || finished) return; loading = true; btn.innerText = "Duke u ngarkuar..."; fetch(`/wp-admin/admin-ajax.php?action=bt_load_products&page=${page}`) .then(res => res.text()) .then(data => { if (!data.trim()) { finished = true; btn.innerText = "Nuk ka më produkte"; return; } container.insertAdjacentHTML("beforeend", data); page++; loading = false; btn.innerText = "Shiko më shumë produkte"; }); } loadProducts(); // kjo e mbush fillimin btn.addEventListener("click", loadProducts); });