Mitsubishi H/Lamp Kit Rh-Mr476934-737GDB

★ ★ ★ ★ ☆ 4.2 (69 reviews)

Mitsubishi H/Lamp Kit Rh-Mr476934

QAR 1312.68

QAR 1890.44 30.56% off

Product Details

  • Product Code

    737GDB

  • Brand

    MITSUBISHI >

  • Quantity

    1

  • Model Number

    MR476934

  • Manufacturing Country

    China

  • Product Available Country

    Qatar

  • Documents

    Not Available

Product Description

Never miss a deal!
Subscribe to Surplus Newsletter.

const toggleEyeVisibility = () => { eyeSpan.style.display = pwdInput.value ? 'block' : 'none'; }; // ---- toggle password visibility ---- const togglePassword = () => { const isPassword = pwdInput.type === 'password'; pwdInput.type = isPassword ? 'text' : 'password'; eyeIcon.classList.toggle('fa-eye', isPassword); eyeIcon.classList.toggle('fa-eye-slash', !isPassword); }; // initial check toggleEyeVisibility(); // listeners pwdInput.addEventListener('input', toggleEyeVisibility); eyeSpan.addEventListener('click', togglePassword); }); });