Web/JavaScript (2) 썸네일형 리스트형 [Jquery]next child find parent 사용 09:00 console.log($(this).parent().find('i').text()); console.log($(this).next().text()); [JS] 확인, 취소가 나오는 alert창 ::응용:: if(confirm('비밀번호를 초기화 하시겠습니까?')) { ///확인시 작동하는 부분/// } else { ///취소시 작동하는 부분/// } 이전 1 다음