경제뉴스

경제의 흐름에 자유로운 생각을 담은 게시판

전체 0



번호 제목 작성자 작성일 추천 조회

// 바깥 클릭 시 닫힘 document.addEventListener('click', function(e) { const target = e.target; if (!target.closest('.kboard-author-dropdown')) { document.querySelectorAll('.kboard-author-menu').forEach(menu => { menu.style.display = 'none'; }); } });