목록2024/05/01 (1)
juni
TeamProject_영화 검색 사이트
모달 구현 const movieSection = document.getElementById("movieSection"); movieSection.innerHTML = ""; movieSection.innerHTML = movieInfo; function openModal(text) { const modal = document.getElementById("modal"); const modalText = document.getElementById("modalText"); modalText.innerHTML = text; modal.style.display = "block"; } function closeModal() { const modal = document.getEl..
프로젝트/미니 프로젝트
2024. 5. 1. 21:13