/* Add custom Js code below */ /*video*/ /* const section = document.querySelector("section:nth-of-type(1).s-block.s-block--photos-slider"); // إنشاء العنصر الجديد const newDiv = document.createElement('div'); newDiv.classList.add('home-video'); newDiv.style.marginTop = '0.5rem'; newDiv.style.paddingLeft = '0px'; newDiv.style.paddingRight = '0px !important'; // إضافة محتوى الفيديو إلى الـ div الجديد newDiv.innerHTML = ` `; section.parentNode.insertBefore(newDiv, section); */ document.addEventListener("DOMContentLoaded", () => { const section = document.querySelector("section:nth-of-type(1).s-block.s-block--photos-slider"); if (section) { // إنشاء العنصر الجديد const newDiv = document.createElement('div'); newDiv.classList.add('home-video'); newDiv.style.paddingLeft = '0px'; newDiv.style.paddingRight = '0px !important'; // إضافة محتوى الفيديو إلى الـ div الجديد newDiv.innerHTML = ` `; // إدراج الفيديو قبل القسم المستهدف section.parentNode.insertBefore(newDiv, section); console.log("تمت إضافة الفيديو وتشغيله تلقائيًا"); } else { console.warn("العنصر المستهدف غير موجود"); } }); /****************************************/ /****************************************/ /****************************************/ /*خريطة*/ document.addEventListener("DOMContentLoaded", () => { let container = document.querySelector("section#best-offers-9-slider"); console.log(container); const newmap = `
`; if (container) { container.insertAdjacentHTML("beforeend", newmap); // إضافة الديف الجديد بداخل العنصر المستهدف } else { console.warn("العنصر المستهدف غير موجود"); } }); /**********/ /*اسئلة شائعة*/ document.addEventListener("DOMContentLoaded", () => { let container = document.querySelector("section#best-offers-9-slider"); console.log(container); const newmap = `