document.addEventListener("DOMContentLoaded", function(){ const container = document.querySelector('.store-footer .container'); const containerchild = `
${lang=="ar" ? "(داخل حد الحرم)" : "(Within the boundaries of the sanctuary)" }
` num++; }) const body = document.querySelector("body"); body.insertAdjacentHTML('beforeend',``); const backToTopButton = document.getElementById('back-to-top'); function toggleButtonVisibility() { if (window.scrollY > 300) { // إذا تم التمرير لأكثر من 300 بكسل backToTopButton.style.display = 'block'; } else { backToTopButton.style.display = 'none'; } } window.addEventListener('scroll', toggleButtonVisibility); backToTopButton.addEventListener('click', function() { window.scrollTo({ top: 0, behavior: 'smooth' }); }); toggleButtonVisibility(); });