top of page

Punjabi Upcoming Movies Here

function openReminderModal(movieTitle) { currentMovieTitle = movieTitle; document.getElementById("modalMovieTitle").innerText = movieTitle; modal.style.display = "flex"; }

// Attach reminder button event listeners document.querySelectorAll('.reminder-btn').forEach(btn => { btn.addEventListener('click', (e) => { e.stopPropagation(); const title = btn.getAttribute('data-title'); openReminderModal(title); }); }); punjabi upcoming movies

.close-modal:hover { color: #333; }

// Modal close document.querySelector(".close-modal").addEventListener("click", closeModal); window.addEventListener("click", (e) => { if (e.target === modal) closeModal(); }); modal.style.display = "flex"

.load-more-btn { background: #f39c12; color: #1a1a2e; border: none; padding: 0.8rem 2rem; border-radius: 40px; font-size: 1rem; font-weight: bold; cursor: pointer; transition: all 0.3s ease; } const title = btn.getAttribute('data-title')

  • Indie Rights on YouTube
  • Indie Rights on Facebook
  • Indie Rights on Instagram
  • Indie Rights on X
  • Indie Rights on LinkedIn
bottom of page