javascript <li> 여러개 팝업 " alt=""> const img_open = (e) => { let img = $(e).find("img").attr("src") // console.log(img) window.open(img, "_blank", "width=600, height=850, top=70, left=600, scrollbar=no, resizable=no")} 🕹 스크립트 2023.08.28
스크립트 모달 팝업 2개 닫기 다시 안보기 닫기 다시 안보기 다시 안보기 부분 -> 오늘 하루 안보기로 변경 // 하단에 오늘 하루 안보기 버튼 부분만 변경(변수명 확인 후 잘 바꾸기) hideTodayButton.addEventListener("click", function() { const hideUntil = new Date(); hideUntil.setDate(hideUntil.getDate() + 1); // Add one day to the current date localStorage.setItem("hideUntil", hideUntil.toISOString()); closePopup1(); }); const hideUntilDate = localStorage.getItem("hideUntil"); if (!hid.. 🕹 스크립트 2023.06.07
php 폴더 이미지명 매치, 반복 + 클릭하면 팝업 크게보기 ()"> /asset/images/rnd/patent/sort1/" alt=""> //상목쓰 버전 아리가또 /asset/images/rnd/patent/sort2/" alt=""> 클릭 없는 버전2022.11.16 - [👾 php] - php 폴더 안 이미지, 파일명 가져오기 반복" data-og-host="c0de-n0te.tistory.com" data-og-so.. 👾 php 2022.12.13