• 구글 계정 로그인

특정 요소외 다른 영역을 클릭하면 소스

페이지 정보

profile_image
작성자 LJM
댓글 0건 조회 247회 작성일 23-04-11 12:44

본문

 $('html').click(function(e) {   
 if($(document).find("div#Note_Item_More_Menu").length > 0) {
  if(!$(e.target).hasClass("ItemMoreMenu")) {
   $("#Note_Item_More_Menu").remove();
  }
 }
});

댓글목록

등록된 댓글이 없습니다.